nxfit_sdk 0.4.0 copy "nxfit_sdk: ^0.4.0" to clipboard
nxfit_sdk: ^0.4.0 copied to clipboard

unlisted

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_sdk

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

dependencies:
  nxfit_sdk: ^0.4.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: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';
1
likes
110
points
37
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The NxFit SDK for Flutter provides access to the NxFit REST API to retrieve user health data from the server.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

copy_with_extension, dio, flutter, froom, http, json_annotation, logging, meta, pretty_dio_logger, retrofit, rxdart, shared_preferences, sqflite, time_machine, uuid

More

Packages that depend on nxfit_sdk