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.