Closed SirKrlos closed 2 weeks ago
Hi! Thanks for opening this pull request! :smile:
Test performed in an environment with only the installed fvm, without the global version of the Flutter in the system.
Preview of error before the correction below: $ flutter_rust_bridge_codegen generate [2024-11-06T07: 52: 38.764Z WARN /home/usertest/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flutter_rust_bridge_codegen-2.6.0/src/library/commands/command_runner.rs:153] command="sh" "-c" "\"flutter\" \"--version\"" stdout= stderr=sh: linha 1: flutter: command not found Error: Dart/Flutter Toolchain Not Available
Preview of the result after correction: $ flutter_rust_bridge_codegen generate [2.0s] Parse ⠂ └── [2.1s] Cargo expand & syn parse ⠄
Great job!
Hi! Congrats on merging your first pull request! :tada:
@all-contributors please add @SirKrlos for code
@fzyzcjy
I've put up a pull request to add @SirKrlos! :tada:
Changes
Fix call dart/flutter toolchain --version with fvm support.
Checklist
./frb_internal precommit --mode slow
(orfast
) is run (it internal runs code generator, does auto formatting, etc)../website
folder) are updated.Remark for PR creator
./frb_internal --help
shows utilities for development.