'Flutter Geofences

Is there a platform that allows me to create and monitor geofences and has a flutter API that enables me to detect whether a user using my Flutter app is within the perimeter of that geofence?



Solution 1:[1]

Now Yes.

You can achieve that using Geofence package. It is left to you to implement the logic of getting notification when app is within a certain perimeter.

Solution 2:[2]

Check out this geofence_flutter package. It provides geofence event streams depending on user's current location.

Solution 3:[3]

You can use this package flutter_geofence, it provides geofence features based on user's realtime location.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Loïc Fonkam
Solution 2 Sarfaraz Ahmed
Solution 3 Samir Ait abdelkoui