🍊

Flutter 開発環境構築 @ Mac

2023/05/22に公開

環境

項目 スペック
年式 2022
機種 Macbook Air
チップ Apple M2
メモリ 16GB
OS Ventura 13.2.1

参考にしたURL

以下URLを参考に、Android,iOSともにエミュレータでサンプルアプリが起動されるところまで確認できました。

基本的にはFlutter大学さんのこちらの流れで実施

https://blog.flutteruniv.com/flutter-entrance/

flutter doctor のエラーはfyさんのこちらを頼りにさせて頂きました

https://zenn.dev/fy/articles/cee70a89bdfc39

上記2つの記事以外に追加でやったこと

  • Google Chrome インストール
    https://www.google.com/intl/ja/chrome/

    flutter doctor で以下のエラーが出たが、Google Chromeインストールで解決

    [✗] Chrome - develop for the web (Cannot find Chrome executable at /Applications/Google
    Chrome.app/Contents/MacOS/Google Chrome)
    ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.

以上

Discussion