mdsflutter 1.0.1-dev.1 copy "mdsflutter: ^1.0.1-dev.1" to clipboard
mdsflutter: ^1.0.1-dev.1 copied to clipboard

outdated

Flutter plugin for MDS (Movesense Device Service) that is used for communicating with Movesense devices.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:mdsflutter_example/AppModel.dart';
import 'package:provider/provider.dart';

import 'ScanWidget.dart';

void main() {
  runApp(
      ChangeNotifierProvider(
        create: (context) => AppModel(),
        child: MaterialApp(
          home: ScanWidget(),
        ),
      )
  );
}
6
likes
0
points
493
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for MDS (Movesense Device Service) that is used for communicating with Movesense devices.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, protobuf

More

Packages that depend on mdsflutter