flutter_navigation_generator_animations 2.2.0
flutter_navigation_generator_animations: ^2.2.0 copied to clipboard
Generate your Flutter navigator by annotating your screen
2.2.0 - 2025-09-07 #
- Updated dependencies for flutter ^3.29
2.1.0 - 2025-03-28 #
- Added FadeInRouteAnimation to animate the page with a fade in effect.
2.0.0 - 2024-07-21 #
- Added NativeRouteAnimation to animate between pages in a native way (Android scales, iOS uses CupertinoPageTransition, web doesn't animate, other platforms use FadeTransition)