Replies: 1 comment 2 replies
-
Just install using path dependency, which is (IMHO) much more convenient than py ;)
for release, not development
Maybe google how to develop a standard rust package, a standard flutter package |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'd like to fork this repository, make some edits, and build and test my changes on my local machine, using an ongoing flutter_rust_bridge_template project as my test bed. As someone who's new to Rust and to Dart/Flutter, the workflow to do that is unfamiliar to me. I have lots of questions, for instance, can I install a editable package in Cargo the same way I can
pip install -e
in Python? What's scoop.json.sh? If you could share a bit about the workflow, or point me to online resources that will help me get started, I would really appreciate it. Thanks!Beta Was this translation helpful? Give feedback.
All reactions