You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing flutter_rust_bridge. So I created a project (flutter_rust_bridge_codegen create testapp).
Then I added everything to git. In rust_builder are 3869 lines of generated code, most of them in the cargokit/build_tool/lib/src folder.
Is there a possibility to reduce the amount of code?
I think, the cleanest solution could be to put the code in a dependency and import it in build_tool/lib/build_tool.dart.
Also this would make updates easier. Any thoughts on this?
Hi,
I am testing flutter_rust_bridge. So I created a project (
flutter_rust_bridge_codegen create testapp).Then I added everything to git. In
rust_builderare 3869 lines of generated code, most of them in thecargokit/build_tool/lib/srcfolder.Is there a possibility to reduce the amount of code?
I think, the cleanest solution could be to put the code in a dependency and import it in
build_tool/lib/build_tool.dart.Also this would make updates easier. Any thoughts on this?
Original issue was here: fzyzcjy/flutter_rust_bridge#2660