-
Putting a
Column
inside anExpanded
widget stretches the column to use all remaining free space in the row. -
When pasting code into your app, indentation can become skewed. You can fix this in your Flutter editor using the automatic reformatting support.
-
Note that
pubspec.yaml
is case sensitive, so writeassets
: and the image URL as shown above. -
The pubspec file is also sensitive to white space, so use proper indentation.
-
BoxFit.cover
tells the framework that the image should be as small as possible but cover its entire render box.
Dart code: main.dart Image: images Pubspec: pubspec.yaml