Flutter インストール
fvm インストール
Section titled “fvm インストール”choco install fvm -y fvm install 3.7.7 fvm use 3.7.7 —force
Flutter サンプルアプリ
Section titled “Flutter サンプルアプリ”fvm flutter create sample_app cd sample_app fvm flutter pub get fvm flutter run -d chrome
dart pub global activate melos