Skip to content

Files

Latest commit

Aug 26, 2020
58a39a2 · Aug 26, 2020

History

History

mobile_application_activity_04

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 22, 2019
Oct 3, 2019
Oct 6, 2019
Aug 26, 2020
Aug 26, 2020
Oct 9, 2019
Oct 3, 2019
Oct 3, 2019
Oct 3, 2019
Oct 3, 2019
Oct 9, 2019
Aug 26, 2020
Oct 6, 2019

mobile_application_activity_04

Let's draw some line. Design

Day 1

- 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:

ListData

Day 2

- 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?

Day 3

- A struggle period 

Quick way to launch simulator in VSCODE:

open -a simulator
flutter run

Building Lists with JSON Data

Day 4

- iOS13 is nuts! Hot restart is not working  (Solved)

Internet Asset

Day 5

- Tough!But learn how to use custom paint!
- Would use custom font  ✅ 
- Use Bar chart with fl_chart in activity time

Day 6

- PageController ✅ 

Day 7

- Iconbutton ,navigate to previous page ✅ 

Day 8

- CustomPaint ,Container with row (Text and Inkwell with Icon) ✅ 

Day 9

- BarChart ✅ 
- FadeAnimation ✅ 

Day 10

- Weekly Challenge ✅ 
- Almost finished ......

Day 11

- Common global challenge ✅ 

Day 12

- Project finished ✅ 

simple animation

Example: Flutter Party Event Application UI and Animation - Flutter UI Design

Resources

Bottom Navy Bar

Mastering Flutter ListViews

JSON and serialization

Expanded for flexiable design

change Scaffold.body content

Simple app state management(Provider)

PageController

Asynchronous programming: futures, async, await

Future builder - Building Lists with JSON Data