rolla_sdk 0.1.12
rolla_sdk: ^0.1.12 copied to clipboard
Rolla Health & Fitness SDK for Flutter apps — drop-in health, activity tracking, wearable band pairing, and white-label UI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rolla_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rolla_sdk: ^0.1.12Alternatively, 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:rolla_sdk/rolla_sdk.dart';