Replies: 2 comments 4 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
2 replies
-
I had to run Thank you. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I created a devcontainer for my flutter_rust_bridge app everything works fine except that to be able to
flutter run
my app, I need to doflutter_rust_bridge_codegen create tmp_app && rm -rf tmp_app
after every container reset and I'm not sure it will work correctly as it seems to depends on the path of the created project,.I understand that
flutter_rust_bridge_codegen create
is doing some liking with flutter and cargo. Is it possible to reproduce the behaviour of this command but without creating a new project. But instead do the linking with an already created flutter project. That way I could integrate it to my Dockerfile or at the start of the container.Thank for your help.
T.
Beta Was this translation helpful? Give feedback.
All reactions