0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Flutterもう一度触り始めた #Day2

Posted at

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

アイコンの入れ方を忘れた時

  1. How to add App Icons to the IOS and Android.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?