page_animation_transition 1.1.1
page_animation_transition: ^1.1.1 copied to clipboard
Add customizable Flutter page transitions — slide, fade, scale, rotate, size, diagonal — with Navigator, named routes, or go_router.
0.0.3 #
- Updated Readme
0.0.4 #
- Added repository
0.0.6 #
- Updated code
0.0.7 #
- Updated Readme
0.0.8 #
- Added example
0.0.9 #
- Updated Readme
1.1.0 #
- Added 7 new transition types:
ScaleFadedTransition,RotationFadedTransition,SizeAnimationTransition,TopLeftToBottomRightTransition,BottomRightToTopLeftTransition,TopRightToBottomLeftTransition,BottomLeftToTopRightTransition PageAnimationTransitionnow supports customizableduration,reverseDuration,curveandreverseCurveparameterspackage:page_animation_transition/page_animation_transition.dartnow exports every transition type and thePageAnimationInterface, so a single import is enough to use the package- Added widget tests covering every transition type and the new duration/curve customization
- Raised minimum SDK constraints (Dart
>=2.17.0 <4.0.0, Flutter>=3.0.0) and upgradedflutter_lintsto^3.0.2 - Rewrote the README with a features overview, a full transition reference
table, an FAQ, and pub.dev score badges; added
homepage,issue_tracker, andtopicstopubspec.yamlfor better pub.dev discoverability - Added
PageAnimationTransitionPage, aPageimplementation for Navigator 2.0 / declarative routers (go_router, auto_route, Beamer, routemaster, VRouter) so every transition type and the duration/curve customization now work outside of the imperativeNavigatorAPI too - Added a runnable go_router example (
example/lib/go_router_main.dart) and tests provingPageAnimationTransitionPageworks with go_router and withNavigator.push
1.1.1 #
- Added dartdoc comments to every public class, field, constructor, and
method, and enabled the
public_member_api_docslint to keep future public API documented — fixes pub.dev's dartdoc coverage score