mdsflutter 2.2.0 copy "mdsflutter: ^2.2.0" to clipboard
mdsflutter: ^2.2.0 copied to clipboard

Flutter plugin for MDS (Movesense Device Service) that is used for communicating with Movesense devices. This plugin was createad originally by Tugberk Agdokan and it used to be at https://github.com [...]

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(),
        ),
      )
  );
}
4
likes
130
points
963
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for MDS (Movesense Device Service) that is used for communicating with Movesense devices. This plugin was createad originally by Tugberk Agdokan and it used to be at https://github.com/tugberka/mdsflutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, protobuf

More

Packages that depend on mdsflutter