umair13adil / simple_beacons_flutter

A flutter plugin project to range & monitor iBeacons.
Apache License 2.0
35 stars 42 forks source link

Executing tasks on background scan mode #44

Open ezranbayantemur opened 3 years ago

ezranbayantemur commented 3 years ago

Hello, firstly thanks so much for this awesome project.

I tried the package and it looks like working on background mode. But I want to execute some tasks for scanned device on background mode (like logging founded device or etc.)

How can I do that with this package? Is there any example for it?

I'm kind a new on Flutter world, sorry if that question kind a necessary

Thanks in advance

barangungor commented 2 years ago

I saw now. While the application is running in the background, you want to run functions according to the devices found, do I understand correctly?