集思广益
01
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
28
06
2 / 2