- chrome で実行
https://www.flutter-study.dev/introduction/about-flutter
- Bad UTF-8 encoding 対処法
https://zenn.dev/kakimoty/articles/2b480c6f97fb88
flutter build windows
Building with sound null safety
Bad UTF-8 encoding (U+FFFD; REPLACEMENT CHARACTER) found while decoding string
https://github.com/flutter/flutter/issues/102451
→ コマンド flutter upgrade で 3.0.1 から 3.0.2 にしたら解決した
- android simulator で実行
https://qiita.com/apricotcomic/items/7ff53950e10fcff212d2
https://lifetime-engineer.com/android-licenses-error/
https://sysrigar.com/2018/10/14/%E3%82%BC%E3%83%AD%E3%81%8B%E3%82%89%E5%A7%8B%E3%82%81%E3%82%8Bflutter%E3%80%81vs-code%E3%81%A7helloworld%E3%82%92%E3%81%99%E3%82%8B/