fluttercommunity/arcgis_map_sdk

Avoid crashing when native call fails

JulianBissekkou opened this issue · 1 comments

In the current implementation, the app process is terminated when throwing an exception on Swift and Android.
The developer experience can be improved when the method call is handled with result.error instead.
That way, developers don't have to rerun the app and they can continue to use hot reload and try again.

I will take care of this in the next days.