Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform channel #35

Open
hajsf opened this issue Jun 15, 2023 · 1 comment
Open

Platform channel #35

hajsf opened this issue Jun 15, 2023 · 1 comment

Comments

@hajsf
Copy link

hajsf commented Jun 15, 2023

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

@desttinghim
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants