Open poborin opened 1 month ago
Hi! Thanks for opening your first issue here! :smile:
Looks reasonable and feel free to PR for this! (Since this is experimental feature, I may not have a lot of time to handle this soon.)
Btw, briefly looked at https://github.com/snapview/tungstenite-rs, and I guess the syntax may (or may not) be too complex to be auto scanned. Thus, I suggest to firstly create an empty project and try whether frb can handle that package, and if yes, work on the multi-version thing.
I have a project that uses
tungstenite
. There are a few dependencies that are using different versions: tungstenite@0.20.1 tungstenite@0.21.0 tungstenite@0.24.0When I add a
tungstenite
crate to arust_input
parameter influtter_rust_bridge.yaml
, thegenerate
command fails with the following error:Describe the solution you'd like I can specify a version in the
flutter_rust_bridge.yaml
as such: