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

Exclude binaries from the plugin #2

Open
nuc134r opened this issue Jul 7, 2023 · 0 comments
Open

Exclude binaries from the plugin #2

nuc134r opened this issue Jul 7, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@nuc134r
Copy link
Owner

nuc134r commented Jul 7, 2023

Plugin currently contains bundled binaries (.aar file, for Android only for now).

This is mainly because I didn't manage to include libzt into Android cmake pipeline.

iOS interop instructions explicitly say that bundling binaries is a bad idea (if it is even possible).

To make it better one of the options need to be implemented:

  • Connect libzt repo via git submodule and configure platform builds to build and include it as well (preferable)

  • Set up a third party binaries storage. It can be GitHub Releases or something more sophisticated. libzt .aar currently can be built via GitHub Action in their dev branch. Also Dart team is working on something own for that.

@nuc134r nuc134r added the help wanted Extra attention is needed label Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant