Skip to content

gito-hino/flutter_sample_fork

 
 

Repository files navigation

flutter_sample

My Flutter project.

Getting Started

最初に実行する 3ステップ です。

  1. mise CLIインストール
  2. ディレクトリにツール追加
  3. melos アクティベートと実行

mise CLI インストール

brew install mise
echo 'eval "$(mise activate zsh)"' >> ~/.zshrc
echo 'export PATH="$HOME/.local/share/mise/shims:$PATH"' >> ~/.bash_profile

ディレクトリにツール追加

# .tool-versions内のツールをインストール
mise install

melos アクティベートと実行

dart pub global activate melos
melos bs

アプリ実行

VSCodeであればF5デバッグ実行してくださ。 または、コマンドで実行してください。

cd apps/flutter_sample_app && flutter run -d chrome

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 84.6%
  • HTML 15.4%