ZigAndroidTemplate icon indicating copy to clipboard operation
ZigAndroidTemplate copied to clipboard

Platform channel

Open hajsf opened this issue 2 years ago • 1 comments

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

hajsf avatar Jun 15 '23 19:06 hajsf

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.

desttinghim avatar Nov 30 '23 22:11 desttinghim