by Marco Napoli | Jul 7, 2020 | Intermediate Flutter
Flutter’s Way State Management Flutter’s Way State Management by using built-in Flutter classes. Video Tutorial Video Tutorial: YouTube Video Source Code: GitHub What is covered In this project, you are going to take a look at: • How to use...
by Marco Napoli | Mar 28, 2020 | Intermediate Flutter
Flutter Hero Animation and PageRouteBuilder Video Tutorial: YouTube Video Blog Source Code: GitHub Using Hero, Navigator and PageRouteBuilder to create custom Transitions In this project, you are going to take a look at: How Hero animation allows a widget...
by Marco Napoli | Mar 16, 2020 | Intermediate Flutter
Page Navigator PageRouteBuilder Using Navigator and PageRouteBuilder to create custom Transitions In this project, you are going to take a look at: How to use the Navigator widget to navigate between pages with arguments (pass data) How to use the Navigator...
by Marco Napoli | Feb 23, 2020 | Intermediate Flutter
In this video, you are going to take a look at: How to use the AnimationController to create custom animations How to use the AnimationController to control staggered animations AnimationController The AnimationController class gives you increased flexibility...
by Marco Napoli | Feb 10, 2020 | Intermediate Flutter
In this video, you are going to take a look at: How to use AnimatedContainer to gradually change values over time How to use AnimatedCrossFade to cross-fade between two children widgets How to use AnimatedOpacity to show or hide widget visibility by animated fading...