animations 2.0.0 copy "animations: ^2.0.0" to clipboard
animations: ^2.0.0 copied to clipboard

outdated

Fancy pre-built animations that can easily be integrated into any Flutter application.

2.0.0 #

  • Migrates to null safety.
  • Add routeSettings and filter option to showModal.

1.1.2 #

  • Fixes for upcoming changes to the flutter framework.

1.1.1 #

  • Hide implementation of DualTransitionBuilder as the widget has been implemented in the Flutter framework.

1.1.0 #

  • Introduce usage of DualTransitionBuilder for all transition widgets, preventing ongoing animations at the start of the transition animation from resetting at the end of the transition animations.
  • Fix FadeScaleTransition example's FloatingActionButton being accessible and tappable when it is supposed to be hidden.
  • showModal now defaults to using FadeScaleTransitionConfiguration instead of null.
  • Added const constructors for FadeScaleTransitionConfiguration and ModalConfiguration.
  • Add custom fillColor property to SharedAxisTransition and SharedAxisPageTransitionsBuilder.
  • Fix prefer_const_constructors lint in test and example.
  • Add option useRootNavigator to OpenContainer.
  • Add OpenContainer.onClosed, which is called with a returned value when the container was popped and has returned to the closed state.
  • Fixes a bug with OpenContainer where a crash occurs when the container is dismissed after the container widget itself is removed.

1.0.0+5 #

  • Fix override analyzer ignore placement.

1.0.0+4 #

  • Fix a typo in the changelog dates
  • Revert use of modern Material text style nomenclature in the example app to be compatible with Flutter's stable branch for the time being.
  • Add override analyzer ignore in modal.dart for reverseTransitionDuration until Flutter's stable branch contains https://github.com/flutter/flutter/pull/48274.

1.0.0+3 #

  • Update README.md to better describe Material motion

1.0.0+2 #

  • Fixes to pubspec.yaml

1.0.0+1 #

  • Fixes to pubspec.yaml

1.0.0 #

  • Initial release
5818
likes
0
pub points
99%
popularity

Publisher

verified publisherflutter.dev

Fancy pre-built animations that can easily be integrated into any Flutter application.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on animations