Rom's

Results 100 comments of Rom's

As a side note I currently added `error` to the examples, with a postman collection to allow for quickly trying. ```sh RUST_BACKTRACE=1 RUST_LOG=debug cargo watch -x 'run --example error' ```

distantly related to [#73](https://github.com/serde-rs/json/issues/173) on serde-rs/json

Just realized I actually shouldn't have merged the changes while the PR is opened, let me know if you want me to open another one fresh from start. Also, adding...

Actually I ran into the very same error. In case it helps somebody, the way I fixed it roughly is : * follow steps on [freezed install](https://pub.dev/packages/freezed#install) package, especially installing...

I'd be interested if you know what's going on @fzyzcjy. As far as I understand, flutter rust bridge codegen thinks a dart/flutter dependency is missing, but I don't really understand...

Yeah, I've literally ran `flutter pub get`, also cleaned / repaired both flutter cache and dart cache (both `flutter clean`, `flutter pub cache clean` + `rm -rf ~/.pub-cache`, and `flutter...

Well tbh I have no idea what to look for. As far as I can tell when running `flutter_rust_bridge_codegen` it's looking for all these related dependencies and, as the error...

Ok the error gets raised whenever the code generator calls `dart run build_runner build ...` because if I run it directly in the shell it outputs the very same error....

If I remove complex struct/tuple values from the `enum`, then the error completely disappear. It looks like `dart run build_runner build` is ran whenever there are some complex values inside...