blues 1.0.0+1 copy "blues: ^1.0.0+1" to clipboard
blues: ^1.0.0+1 copied to clipboard

discontinued

Bluetooth Low Energy plugin for Flutter. This plugin provides a cross-platform (Android, iOS) API to access platform specific Bluetooth Low Energy services.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add blues

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

dependencies:
  blues: ^1.0.0+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:blues/blues.dart';
5
likes
35
points
2
downloads

Publisher

verified publisherbaseflow.com

Weekly Downloads

Bluetooth Low Energy plugin for Flutter. This plugin provides a cross-platform (Android, iOS) API to access platform specific Bluetooth Low Energy services.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

Dependencies

collection, convert, flutter, meta, protobuf, rxdart

More

Packages that depend on blues

Packages that implement blues