Summary
Keywords
Full Transcript
Animated Mobile App Login, Signup page with #flutter. ►Starting Code: https://github.com/abuanwar072/flutter_auth_animation ►Complete Code: https://cutt.ly/cWge85W (Patreon) Today we will show you how easy it is to build an animated app on flutter. There will be two-page Login and SIgn up page, Our main focus is to show you how to use Implicit Animation on your app. What are implicit animations? As you know the container is a simple widget with well-defined properties like height, width, and color, etc. The AnimatedContainer widget is a simple container widget with animations. These types of widgets can be animated by altering the values of their properties which are the same as the Container widget. This type of animation in Flutter is known as ‘Implicit Animation' or implicitly animated widgets, deriving their name from the ImplicitlyAnimatedWidget class that they implement. ► Nominate as a Github Star: https://bit.ly/3dLXFWJ (@abuanwar072) ►For the 3D intro, I'm using Rotato: https://bit.ly/3heGagj ►Support Us: https://www.patreon.com/theflutterway ► Social Media GitHub: https://github.com/abuanwar072 Twitter: https://twitter.com/theflutterway Twitter: https://twitter.com/abuanwar072 (my personal profile) Facebook: https://www.facebook.com/theflutterway ► Timestamps 0:00 Intro 0:23 Project Setup 1:01 Login Page 5:39 Sign Up Page & transition animation 11:13 Text rotate animation Thanks for watching! Make sure to like + Subscribe For More!
