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

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

Publisher

verified publisherpolidea.com

Flutter plugin for simulating BLE peripherals on FlutterBleLib

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, flutter, flutter_ble_lib, meta, pedantic

More

Packages that depend on blemulator