flutter
標準ライブラリ
https://api.flutter.dev/flutter/dart-core/dart-core-library.html#classes
チュートリアル
https://zenn.dev/akatsuki174/articles/a7b90bfb8d0d72
https://zenn.dev/kazutxt/books/flutter_practice_introduction/viewer/tutorial_dart
repo
https://github.com/mj-hd/dashboy
読みたい
https://fredgrott.medium.com/flutter-state-management-widgetview-pattern-45a5f97cecab
https://fredgrott.medium.com/writing-your-first-flutter-widgetand-best-practices-8dc0ea74dc86
https://flutterkaigi.jp/#/
ホスティングサービス?
https://pub.dev/documentation/serverpod/latest/
monorepoで管理
(https://github.com/invertase/melos)
(https://github.com/nimblehq/flutter-monorepo-example)
null safty
https://medium.com/flutter-jp/null-safety-fe6503a81d5c
setup for flutter
mac
fvm周りflutterのバージョン管理ツール
brew install fvm
fvm releases
fvm install 3.24.3 # install stable
環境作成
mkdir flutter && cd $_ # goto local env dir
fvm use 3.24.3 # install stable
fvm flutter doctor
.zshrcなどにaliasを設定してもよい
alias flutter='fvm flutter'
xcode周り
brew install xcodesorg/made/xcodes
xcodes install --latest
alias flutter='fvm flutter'
ブラウザ開発環境
project idx https://idx.dev/
firefox で開発してたらコピペができなかった
https://lp.ranabase.com/support/online-m/setting_06.html
ml with flutter on device
https://g.co/gemini/share/bd5df5fbdd38
#リンク集
#snippets