Let's draw some line. Design
- Start a new journey.
To do:
- Use bottom_navy_bar ✅
- Use Flexible + FractionallySizedBox for the layout
- Use Hero to expand > page 2
- Use AnimationController for building UI(Content)
Good example for how to use List data:
https://www.youtube.com/watch?v=leA2nZYM9jY&t=480s
🔥Recommended for using different type of data:
- A good Start
To do:
- Use CustomIcon for building appBar's content ✅
- Use DateTime for 'x' mins ago ✅ (Use seconds for better demonstration)
- Use flutter_shimmer for chart effect!
- Use FadeInImage for loading image from Internet
- In addition,learn how to implement google_map_flutter
- Use ValueListenableBuilder to value data in one time
Good resources to create a time loop: reoccurring function, in Dart?
- A struggle period
Quick way to launch simulator in VSCODE:
open -a simulator
flutter run
- iOS13 is nuts! Hot restart is not working (Solved)
- Tough!But learn how to use custom paint!
- Would use custom font ✅
- Use Bar chart with fl_chart in activity time
- PageController ✅
- Iconbutton ,navigate to previous page ✅
- CustomPaint ,Container with row (Text and Inkwell with Icon) ✅
- BarChart ✅
- FadeAnimation ✅
- Weekly Challenge ✅
- Almost finished ......
- Common global challenge ✅
- Project finished ✅
Example: Flutter Party Event Application UI and Animation - Flutter UI Design
Simple app state management(Provider)