- This is what we will be making today
pubspec.yaml file is like an index of all your supporting files like images and fonts
- Card Widget
- ListTile
- Dart Morning Challenge
- Business Card App
- Add a separator between title and name in BusinessCard
- Add 2 actions to the app bar,
share
andrefresh
using IconButton - When share is pressed print 'Share was pressed', and when refresh is pressed print 'refresh'
- Finish the New York times app layout
- Use font PT Serif, assets to make it look like this
- Make it responsive by using
Expanded
so even after rotating phone it looks good, (1/3rd Image and 2/3rd Text)
- Design this layout (1/3rd text and 2/3rd image) - Starter Repository
- Stretch for today