blemulator 1.0.0-dev.4 copy "blemulator: ^1.0.0-dev.4" to clipboard
blemulator: ^1.0.0-dev.4 copied to clipboard

outdated

Flutter plugin for simulating BLE peripherals on FlutterBleLib

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add blemulator

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

dependencies:
  blemulator: ^1.0.0-dev.4

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:blemulator/blemulator.dart';
16
likes
0
pub points
29%
popularity

Publisher

verified publisherpolidea.com

Flutter plugin for simulating BLE peripherals on FlutterBleLib

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_ble_lib

More

Packages that depend on blemulator