flutter_geofence
flutter_geofence copied to clipboard
Support launching from location
Currently with significatn location changes the client of this library needs to implement a whole part on it's own in didFinishLaunchingWithOptions
, and check the the launchOptions for the UIApplication.LaunchOptionsKey.location
key.
Ideally this library should also handle this.