loup-v / beacons

Flutter beacons plugin for Android and iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Different Approach to Fuchsia's Eddystone

vinceramcesoliveros opened this issue · comments

Good day sir, I have seen another Beacon being implemented in Fuchsia.
https://github.com/fuchsia-mirror/topaz/blob/master/examples/eddystone_agent/main.dart
Might want to check it for future refences. feel free to close it.

Thanks!
This library does not support Fuchsia.
If it does in the future, the link will come in handy.

Kinda Off-topic but,Beginner to Beacons here, but I am using flutter as a starting project for using beacons. Im kinda confuse of how this works in my Sensoro Smartbeacon-4aa. I already set its maximum performance(RSSI, ranging, temperature interval)

How do you Set up for Android with/without Kotlin. Your instruction was still unclear to me and I am not familiar with Kotlin too. If I understood it. The steps are:

  1. Create a file called "App.kt" and copy the class FlutterApplication.
  2. Register it in AndroidManifest.xml file
  3. use the Ranging and Monitoring beacon class.
    I am trying to do this in my Sensoro Smartbeacon-4aa to your example. I want to make it on my own based on your instruction but it still gives me an error to it. I will post an error later on.

Also when I try to update the flutter_local_notification, a lot of lines of code changed when i try to copy it to another project.