flutter_geofence icon indicating copy to clipboard operation
flutter_geofence copied to clipboard

Support launching from location

Open DwayneCoussement opened this issue 4 years ago • 0 comments

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.

DwayneCoussement avatar Oct 15 '20 14:10 DwayneCoussement