Day2
The Complete 2020 Flutter Development Bootcamp with Dart
Section2 ~ Section3
Dart Reformat
use Cmd+Alt+L (on Mac)
https://flutter.dev/docs/development/tools/formatting#automatically-formatting-code-in-android-studio-and-intellij
Widget
画面に表示するものは全てwidget
真ん中に配置するのもwidget
yamlファイル
pubspec.yaml
の中のindentationは2
例
Parents
●●Children
アイコンの入れ方を忘れた時
- How to add App Icons to the IOS and Android.