Hot restart after Flutter and Rust code changes #2465
xBLACKICEx
started this conversation in
Show and tell
Replies: 1 comment
-
Currently still yes, but after dart-lang/sdk#55850 is done, we will no longer need that :) |
Beta Was this translation helpful? Give feedback.
0 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 read the quickstart docs and don't quite get it.
I need to re-run the flutter run every time I change the rust code?
because after I start the

flutter_rust_bridge_codegen generate --watch
command and add thehello
function, and than hot-restart I get the following error:If just modifying the existing rust code like changing the greet() function by one letter, nothing changes after hot-restart.
This is confusing to me.
Beta Was this translation helpful? Give feedback.
All reactions