https://qiita.com/yuu_yabu/items/36baa8651b9812f19d06
Flutter 3.24.4 • channel stable • https://github.com/flutter/flutter.git
Tools • Dart 3.5.4 • DevTools 2.37.3
window_manager ^0.4.3
Windowsの場合、Chocolateyかdartを使って導入する。
# Chocolateyの場合
# 0. Chocolatey未導入の場合
$ Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
$ choco -v
# 1. fvmをインストール
$ choco install fvm
# dartの場合
$ dart pub global activate fvm
macOSの場合、brewかdartを使って導入する。
$ brew tap leoafarias/fvm
$ brew install fvm
$ fvm install 3.24.4
$ fvm use 3.24.4
$ fvm flutter pub get
# Windows
$ fvm flutter run -d windows
# macOS
$ fvm flutter run -d macOS