-
Notifications
You must be signed in to change notification settings - Fork 23
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
When will cargokit be published to pub.dev? #39
Comments
Cargokit is not meant to be published to pub.dev. As it currently works it is meant to be part of the plugin (or target app) through git subtree (optionally submodule for apps). The process is documented here: https://matejknopp.com/post/flutter_plugin_in_rust_with_no_prebuilt_binaries/ This allows non-dart parts of the plugin on depend on cargokit directly. This will likely change in future when dart native assets are ready. |
I see, thank you! Originally I thought, by publishing to pub.dev, I could make it a dependency, such that the pub.dev metrics such as popularity will faithfully reflect the number of people using it. Given that it should be be a submodule, I will explicitly state that the build system is using cargokit in the documentation. |
By the way, a small revisit to this thread after I know a bit more about cargokit: If I understand correctly, |
I plan to publish |
Looking forward to it! |
Hi, I find this package and it seems to be quite interesting - it was nontrivial to set up a Rust+Flutter project in the old days! Therefore, I wonder when will it be published to pub.dev? (A quick search does not seem to show any results yet.) I am hoping to integrate it into flutter_rust_bridge as one of the ways to build a sample project.
P.S. You have many more merged PRs into Flutter than me! I only have 19 (flutter/engine) + 55 (flutter/flutter), but this number need to exclude some tiny ones (mainly shown in the title, especially the first page).
The text was updated successfully, but these errors were encountered: