Flutter Challenge TODO App
This challenge is based on a design on Dribbble by Jae-song,Jeong.Flutter Challenges will attempt to recreate a particular app UI or design in Flutter.
Read moreThis challenge is based on a design on Dribbble by Jae-song,Jeong.Flutter Challenges will attempt to recreate a particular app UI or design in Flutter.
Read moreFlutter Challenges will attempt to receate a particular app UI or design in Flutter. This challenge will attempt the Home screen and the Video Detail screen (The screen where the video actually plays) of the Youtube app including the animation.
Read moreWidgets are classes used to build UIs. Widgets are used for both layout and UI elements. Compose simple widgets to build complex widgets.
Read moreLayouts in Flutter consist of a hierarchy of widgets with the outer widgets usually deal with aligment and structure whereas the inner elements are usually the visible elements on the page itself,like buttons and images,etc.
Read more