Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (30 loc) · 674 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 674 Bytes

環境構築

リポジトリをクローン

git clone https://github.com/morikann/flutter_training.git

ディレクトリを移動

cd flutter_training

fvmをインストール

brew tap leoafarias/fvm
brew install fvm

プロジェクトで指定されたバージョンのFlutterをインストール

fvm use

Lefthookをインストール

brew install lefthook
lefthook install

パッケージをインストール

fvm flutter pub get

Docs