[FEATURE] Migrate from manual method_channel to Pigeon
Opened this issue · 2 comments
T-moz commented
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
kuhnroyal commented
Are you willing to contribute a PR?