Fail to canonicalize path with flutter_rust_bridge_codegen on Windows "No such file or directory (os error 2)" #2570
-
Hello Rust community, I’m encountering an issue with flutter_rust_bridge_codegen (version 2.8.0) on Windows 11 (PowerShell 7.4.6) while generating Dart bindings for my flutter_rust Flutter/Rust project. The command fails with:
Project Setup Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, it seems the config yaml file needs to be fixed. For example, in , it seems thedart_output should be a folder instead of a file.
|
Beta Was this translation helpful? Give feedback.
Hi, it seems the config yaml file needs to be fixed. For example, in
flutter_rust_bridge/frb_example/dart_minimal/flutter_rust_bridge.yaml
Line 3 in 43b2fe5
dart_output
should be a folder instead of a file.