kIsWeb、kDebugMode
アプリケーションがWebで動いているかどうかの判定に使える定数
kDebugMode
アプリケーションがデバッグモードで動いてるかどうかの判定に使える定数
kReleaseModeもある
private function
_
をつけるのね
Unlike Java, Dart doesn’t have the keywords public, protected, and private. If an identifier starts with an underscore (_), it’s private to its library.
shared_preferences
ローカルで値を保存・取得したい場合のplugin
SimpleDialog
ダイアログでメニュー選択式のやつ実装する時に使える
Flutterの基本的なレイアウトの話
めっちゃ助かる
ListViewをColumnに格納する方法【Flutter】
同じく困ったので助かった