Undefined class 'RustLibWasmModule'. #2400
Closed
lunxinfeng
started this conversation in
General
Replies: 1 comment 2 replies
-
First guess: in your pubspec.yaml, do you specify a high enough Dart/Flutter version? because I see "type" is red |
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
-
I integrated frb through
flutter_rust_bridge_codegen integrate
, Idea prompts an error, which does not affect compilation. However, an error is prompted when using code gen (like build_runner). Is it because of missing configuration?It seems that creating a new program through
flutter_rust_bridge_codegen create my_app
is normal.Beta Was this translation helpful? Give feedback.
All reactions