Cookbook
This cookbook contains recipes that demonstrate how to solve common problems while writing Flutter apps. Each recipe is self-contained and can be used as a reference to help you build up an application.
Material Design basics
Images
Lists
- Create a basic list
- Make a horizontal list
- Working with long lists
- Creating lists with different types of items
- Creating a grid List
Handling Gestures
Navigation
- Navigate to a new screen and back
- Send data to a new screen
- Return data from a screen
- Animating a Widget across screens