bluebird 0.1.0 copy "bluebird: ^0.1.0" to clipboard
bluebird: ^0.1.0 copied to clipboard

A Bluetooth Low Energy (BLE) plugin for Flutter — scan, connect, and read/write GATT on Android, iOS, macOS, and Web.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bluebird

With Flutter:

 $ flutter pub add bluebird

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

dependencies:
  bluebird: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bluebird/bluebird.dart';
3
likes
0
points
352
downloads

Publisher

verified publisherblok21.com

Weekly Downloads

A Bluetooth Low Energy (BLE) plugin for Flutter — scan, connect, and read/write GATT on Android, iOS, macOS, and Web.

Repository (GitHub)
View/report issues

Topics

#bluetooth #ble #bluetooth-low-energy

License

unknown (license)

Dependencies

bluebird_android, bluebird_darwin, bluebird_platform_interface, bluebird_web, flutter

More

Packages that depend on bluebird

Packages that implement bluebird