集思广益
01
28
28
Flutter Challenge The YouTube App Flutter Challenge The YouTube App
Flutter 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.
2022-01-28
28
28
A Deep Dive Into Inbuilt Animation in Flutter A Deep Dive Into Inbuilt Animation in Flutter
Animations are quite easy to do in Flutter and a lot of complexity can be achieved with a lot of less effort than native Android.This is usually achieved through ways like defining an Animation + an AnimationController.But there are inbuilt widgets which even reduce this and make animations as easy as simply changing values!
2022-01-28
28
28
A Deep Dive Into PageView In Flutter A Deep Dive Into PageView In Flutter
A PageView is a widget which generates scrollable pages on the screen.This can either be a fixed list of pages or a builder function which builds repeating pages.PageView acts similar to a ListView in the sense of constructing elements.
2022-01-28
4 / 9