Currently in development, but there is a problem.
After the flutter upgrade today, when I suddenly press debug with the iPhone and Android simulator in android studio, the following comes out, but I have no idea...
---- Message ----
Could not find an option named "no-sound-null-safety".
Run 'flutter -h' (or 'flutter <command> -h') for available flutter commands and options.
-------------------------------------------
However, I looked it up and it says that you can do flutter run --no-sound-null-safety, but it comes out as above...
the questionable part
Run 'flutter -h' (or 'flutter <command> -h') for available flutter commands and options.
This is the part, but I've never seen anything like this come out while compiling...
Does anyone know?
My environment is flutter 3.10.0 and dart 3.0.0.
flutter
Flutter 3.10.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 84a1e904f4 (6 days ago) • 2023-05-09 07:41:44 -0700
Engine • revision d44b5a94c9
Tools • Dart 3.0.0 • DevTools 2.23.1
dart
- Dart SDK version: 3.0.0 (stable) (Thu May 4 01:11:00 2023 -0700) on "macos_arm64"
Try putting null-safety in Android Studio with --no-sound-null-safety .
Same phenomenon occurs.