集思广益
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
A Deep Dive Into Stack and IndexedStack in Flutter A Deep Dive Into Stack and IndexedStack in Flutter
A Stack widget allows us to make multiple widgets overlay each other.This not only allows brilliant custom designs but also some really cool animations.
2022-01-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
A Deep Dive Into the Draggable&DragTarget Widget in Flutter A Deep Dive Into the Draggable&DragTarget Widget in Flutter
Draggable and DragTarget allows us drag a widget across screen.First we will look at the basics of Draggables and DragTargets then dive into details of customizing them.
2022-01-28
A Deep Dive Into Transform Widgets in Flutter A Deep Dive Into Transform Widgets in Flutter
A Transform widget “transforms“ (i.e. chanages the shape,size,position,and orientation) its child widget before painting it.Let’s start with the types of Transform widgets.
2021-06-24
A Deep Dive Into Hero Widgets in Flutter A Deep Dive Into Hero Widgets in Flutter
A Hero animation in one sentence is simply an element of one screen “flying” to the next when the app goes to the next page.
2021-06-24
2 / 3