bkonyi / FlutterGeofencing

Rough work for Flutter geofencing plugin
BSD 3-Clause "New" or "Revised" License
337 stars 219 forks source link

Handle illegal state exception #62

Closed JFreakDK closed 3 years ago

JFreakDK commented 4 years ago

This should help us avoid the crashes we are seeing in this issue #60

The underlying issue seems to be in the Flutter framework. https://github.com/flutter/flutter/issues/59262

Until that is fixed it is still better not to crash.

JFreakDK commented 3 years ago

This does not work. The solution from #36 should be used instead.