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
If I'm reading the page correctly, the platform channel is an asynchronous message passing API for communicating between the flutter code and the native code. Currently ZigAndroidTemplate is working at a much lower level and no plans have been made for such an API. I think it might be a little overkill ZigAndroidTemplate since it only targets one platform, and flutter seems to be using it to make cross-platform development easier.
Hi,
Is there currently out a plan of a platform channels to communicate with the native API, the same way that Flutter is doing:
https://docs.flutter.dev/platform-integration/platform-channels#architecture
The text was updated successfully, but these errors were encountered: