rustc --version && \
protoc --version && \
flutter doctor
rustc 1.72.1 (d5c2e9c34 2023-09-13) (Homebrew)
libprotoc 24.3
Doctor summary (to see all details, run flutter doctor -v):
[!] Flutter (Channel stable, 3.13.5, on macOS 13.6 22G120 darwin-arm64, locale en-EE)
! Warning: `dart` on your path resolves to /opt/homebrew/Cellar/dart/3.1.2/libexec/bin/dart, which is not inside your current Flutter SDK checkout at
/Users/yakforward/fvm/versions/stable. Consider adding /Users/yakforward/fvm/versions/stable/bin to the front of your path.
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
[!] Xcode - develop for iOS and macOS (Xcode 15.0)
✗ Unable to get list of installed Simulator runtimes.
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.2)
[✓] VS Code (version 1.82.2)
[✓] Connected device (2 available)
[✓] Network resources
! Doctor found issues in 2 categories.
Report
rust-in-flutter requires
flutter
while flutter_rust_bridge supports dart-only projects as well@Cunarist It seems that there is not a working template for dart ATM
Proposal
add support for
dart-only
projectsSteps to Reproduce
System Information