You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application completely freezes and crashes if the method await init.initMapkit(apiKey: ''); is not called before using the map. The issue has been reproduced on the iOS platform, but I am unable to test it on Android.
Steps to Reproduce:
Initialize the flutter yandex maps mapkit lite library without calling the method await init.initMapkit(apiKey: '');.
Attempt to use the map in the application.
Observe the application freezing and crashing.
Expected Behavior:
The application should handle errors properly and not freeze if await init.initMapkit(apiKey: ''); is not called.
Actual Behavior:
The application freezes and crashes, making it unusable.
Additionally, if I call await init.initMapkit(apiKey: ''); with an empty API key, the map works as expected. I'm unsure why this happens and whether my API key is being correctly attached. Could you provide clarification on this behavior?
If there is a non-official version in the Yandex_mapkit dependencies, you need to delete it and leave only the official version of Yandex_maps_mapkit_lite. They seem to be in conflict
Application completely freezes and crashes if the method
await init.initMapkit(apiKey: '');
is not called before using the map. The issue has been reproduced on the iOS platform, but I am unable to test it on Android.Steps to Reproduce:
await init.initMapkit(apiKey: '');
.Expected Behavior:
The application should handle errors properly and not freeze if
await init.initMapkit(apiKey: '');
is not called.Actual Behavior:
The application freezes and crashes, making it unusable.
Platform:
Library Version:
yandex_maps_mapkit_lite: ^4.6.1-beta2
Error Log:
Screenshot of the Error:
The text was updated successfully, but these errors were encountered: