Flutter Beacon Plugin

If you want to try Bluetooth beacon advertising from your iOS or Android smartphone there’s a Flutter plugin called beacon_broadcast:

Simulating a beacon from a smartphone is a great way to get started and explore Bluetooth LE prior to buying dedicated hardware devices. However, it’s not something you should progress to regular use because advertising in this way uses a lot of battery power.

Beacon_broadcast is open source and the source code can be found on GitHub.