Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 525 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 525 Bytes

ゆめみ Flutter研修課題

テンプレート

環境構築

*リポジトリをクローン

git clone https://github.com/mqkotoo/flutter_training.git
  • 作業ディレクトリを変更する
cd flutter_training
  • fvmに指定されたバージョンのFlutterをインストールする
fvm install
  • 依存パッケージをインストールする
fvm flutter pub get
  • ビルドラン
fvm flutter run