Flutter Page Transformer

Flutter Page Transformer

March 2, 2020 totosugito 0

transformer_page_view PageTransformer for flutter is a library to create transition animation for page in flutter. Very simple to use import 'package:transformer_page_view/transformer_page_view.dart'; … new TransformerPageView( loop: […]

Flutter Flip Panel Animation

Flutter Flip Panel Animation

February 26, 2020 totosugito 0

Flip Panel A package for flip panel with built-in animation How to use import ‘package:flip_panel/flip_panel.dart’; Create a flip panel from iterable source: final digits = […]

Flutter layout Animations

Flutter Layout Animations

February 16, 2020 totosugito 0

Flutter Staggered Animations Is a Flutter Layout Animations Easily add staggered animations to your ListView, GridView, Column and Row children as shown in Material Design […]

Flutter Text Animation

Flutter Text Animation

February 10, 2020 totosugito 0

Animated Text Kit animated_text_kit is a Flutter Text Animation Package. A flutter package which contains a collection of some cool and awesome text animations. Table […]