I am developing Flutter app which requires usage of ESRI maps. Since ESRI don't provide and in house package support to Flutter apps I have created new Flutter package using existing native SDK of esri (Android/iOS).
When I run the app in debug mode I can see esri maps. But wen I make a release build the maps disappear. I am even settings licenseKey for the maps. Still no luck.
Please point out where I am doing mistake.