godice_universal_ble 0.1.0
godice_universal_ble: ^0.1.0 copied to clipboard
GoDice transport and scanner for Flutter built on universal_ble. Pair it with package:godice to connect to GoDice smart dice on Android, iOS, macOS, Windows, Linux and Web.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add godice_universal_bleThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
godice_universal_ble: ^0.1.0Alternatively, 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:godice_universal_ble/godice_universal_ble.dart';