all_bluetooth 0.0.1 copy "all_bluetooth: ^0.0.1" to clipboard
all_bluetooth: ^0.0.1 copied to clipboard

PlatformAndroid

This is a flutter plugin that allows you to implement bluetooth features. Listing bonded devices, scan for new devices, listening to bluetooth state(on/off), connecting to devices, sending data across [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add all_bluetooth

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

dependencies:
  all_bluetooth: ^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:all_bluetooth/all_bluetooth.dart';
14
likes
150
pub points
79%
popularity

Publisher

unverified uploader

This is a flutter plugin that allows you to implement bluetooth features. Listing bonded devices, scan for new devices, listening to bluetooth state(on/off), connecting to devices, sending data across devices etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on all_bluetooth