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

A Flutter project for BLE beacon.

flutter_ibeacon #

A Flutter plugin for android or ios to advertise iBeacon.

Getting Started #

Add this to your package's pubspec.yaml file:

dependencies:
  flutter_ibeacon: latest

You should then run flutter packages get in your terminal so Flutter can install the new plugin.

For android platform: You should add some ble permissions to your AndroidManifest.xml file, see: https://developer.android.com/develop/connectivity/bluetooth/bt-permissions

For ios platform: You should add some ble permissions to your Info.plist file, see: https://developer.apple.com/documentation/bundleresources/information_property_list/nsbluetoothalwaysusagedescription

You can learn how to use this plugin by checking out the example code.

1
likes
130
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter project for BLE beacon.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_ibeacon