nutrition 1.0.0 copy "nutrition: ^1.0.0" to clipboard
nutrition: ^1.0.0 copied to clipboard

Flutter plugin which allows you to acess Google Fit and iOS Health nutrition data.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nutrition

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  nutrition: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nutrition/nutrition.dart';
4
likes
40
points
5
downloads

Publisher

verified publishercovalsolutions.com

Weekly Downloads

Flutter plugin which allows you to acess Google Fit and iOS Health nutrition data.

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on nutrition

Packages that implement nutrition