nxfit_sdk 0.3.1
nxfit_sdk: ^0.3.1 copied to clipboard
The NxFit SDK for Flutter provides access to the NxFit REST API to retrieve user health data from the server.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nxfit_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nxfit_sdk: ^0.3.1Alternatively, 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:nxfit_sdk/clients.dart';
import 'package:nxfit_sdk/core.dart';
import 'package:nxfit_sdk/managers.dart';
import 'package:nxfit_sdk/models.dart';
import 'package:nxfit_sdk/repositories.dart';