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
Currently, communication between dart and the native side is done by using method channel int the MapLibreMethodChannel class.
This works, but it's hard to maintain, it's not type safe, and the usage of jsonEncode in the main isolate causes performances issues.
Feature Description
Currently, communication between dart and the native side is done by using method channel int the
MapLibreMethodChannel
class.This works, but it's hard to maintain, it's not type safe, and the usage of
jsonEncode
in the main isolate causes performances issues.Describe alternatives you've considered
Replacing the method channel with Pigeon.
Additional context
No response
The text was updated successfully, but these errors were encountered: