Skip to content

株式会社MIXI 新卒向けFlutter研修リポジトリ

Notifications You must be signed in to change notification settings

mixigroup/2026BeginnerTrainingFlutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2026年 Flutter研修

事前準備

研修の前に、以下をインストールしてください

  • mise
    • 各ランタイムのバージョンを管理するツールです
    • 利用したくない場合は、mise.toml を見てそれぞれインストールしてください
  • Xcode 26.2
    • ダウンロードにはApple IDが必要です
    • xcodes を使ってインストールするのがおすすめです
  • Android Studio 2025.2

セットアップ

# このリポジトリをクローン
git clone https://github.com/mixigroup/2026BeginnerTrainingFlutter.git
cd 2026BeginnerTrainingFlutter
# Rosetta2をインストール
sudo softwareupdate --install-rosetta --agree-to-license

# 各ランタイムをインストール
mise trust
mise install

または、以下を実行してください
上記のツールを全てインストールします (Homebrewに依存しています)

./setup.sh

flutter doctor を実行して、以下のように表示されればOKです (上記で指定していないツールのバージョンは違っても大丈夫です)

❯ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.38.9, on macOS 15.7.3 24G419 darwin-arm64, locale ja-JP)
[✓] Android toolchain - develop for Android devices (Android SDK version 36.1.0)
[✓] Xcode - develop for iOS and macOS (Xcode 26.2)
[✓] Chrome - develop for the web
[✓] Connected device (2 available)
[✓] Network resources

• No issues found!

起動したことがなければ、XcodeとAndroid Studioを起動しておくと良いでしょう

うまく行かない場合や、macOS環境でない場合は、 https://docs.flutter.dev/get-started/install に従ってください

テキストエディタ

使用するテキストエディタは何でも良いですが、Visual Studio Codeを推奨しています

About

株式会社MIXI 新卒向けFlutter研修リポジトリ

Resources

Stars

Watchers

Forks