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.
Animation
- Animate a widget using a physics simulation
- Animate the properties of a container
- Fade a widget in and out
- 페이지 route 전환 애니메이션
Design
- Add a Drawer to a screen
- Display a snackbar
- Export fonts from a package
- Update the UI based on orientation
- Use a custom font
- Use themes to share colors and font styles
- Work with tabs
Forms
- Build a form with validation
- Create and style a text field
- Focus and text fields
- Handle changes to a text field
- Retrieve the value of a text field
Gestures
Images
Lists
- Create a grid list
- Create a horizontal list
- Create lists with different types of items
- Place a floating app bar above a list
- Use lists
- Work with long lists
Maintenance
Navigation
- Named route로의 화면 전환
- Pass arguments to a named route
- 새로운 화면으로 데이터 보내기
- 새로운 화면으로 이동하고, 되돌아오기
- 이전 화면에 데이터 반환하기
- 화면을 넘나드는 위젯 애니메이션