movesense_plus 1.2.1 copy "movesense_plus: ^1.2.1" to clipboard
movesense_plus: ^1.2.1 copied to clipboard

A Flutter package for Movesense sensor integration. Wraps the mdsflutter plugin and provides easy access to Movesense device features and data streams.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add movesense_plus

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

dependencies:
  movesense_plus: ^1.2.1

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:movesense_plus/movesense_plus.dart';
0
likes
160
points
255
downloads

Publisher

verified publishercarp.dk

Weekly Downloads

A Flutter package for Movesense sensor integration. Wraps the mdsflutter plugin and provides easy access to Movesense device features and data streams.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, mdsflutter

More

Packages that depend on movesense_plus