A flutter demo to practice other extra and interesting ways to route the app
- Alexander Sosa
- Flutter
- MaterialApp -> onGenerateRoute (with switch)
- TweenAnimationBuilder
- Navigator.push(context, TransitionStyle(page: PageName))
- Navigator.pushNamed(context, '/routename')
- Navigator.of(context).pop()
- PageRouteBuilder (TransitionStyles):
- Slide
- Scale
- Rotation
- Size
- Fade
- EnterExit
- ScaleRotate