diff --git a/packages/animations/CHANGELOG.md b/packages/animations/CHANGELOG.md index 6a896e8afb0..0f1b4fe1119 100644 --- a/packages/animations/CHANGELOG.md +++ b/packages/animations/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.0+5] - February 21, 2020 + +* Fix override analyzer ignore placement. + + ## [1.0.0+4] - February 21, 2020 * Fix a typo in the changelog dates @@ -7,6 +12,7 @@ until Flutter's stable branch contains https://github.com/flutter/flutter/pull/48274. + ## [1.0.0+3] - February 18, 2020 * Update README.md to better describe Material motion diff --git a/packages/animations/lib/src/modal.dart b/packages/animations/lib/src/modal.dart index 4844a478138..ec61a288739 100644 --- a/packages/animations/lib/src/modal.dart +++ b/packages/animations/lib/src/modal.dart @@ -108,8 +108,8 @@ class _ModalRoute extends PopupRoute { // TODO(shihaohong): Remove the override analyzer ignore once // Flutter stable contains https://github.com/flutter/flutter/pull/48274. - // ignore: override_on_non_overriding_member @override + // ignore: override_on_non_overriding_member final Duration reverseTransitionDuration; /// The primary contents of the modal. diff --git a/packages/animations/pubspec.yaml b/packages/animations/pubspec.yaml index c3784327360..b2a083fe1dc 100644 --- a/packages/animations/pubspec.yaml +++ b/packages/animations/pubspec.yaml @@ -1,6 +1,6 @@ name: animations description: Fancy pre-built animations that can easily be integrated into any Flutter application. -version: 1.0.0+4 +version: 1.0.0+5 homepage: https://github.com/flutter/packages/tree/master/packages/animations environment: