Skip to content

Commit

Permalink
[animations] Fix analyzer ignore location (#110)
Browse files Browse the repository at this point in the history
* Fix analyzer ignore location
  • Loading branch information
Shi-Hao Hong committed Feb 21, 2020
1 parent 6a6db3a commit 5e1e240
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions 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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/animations/lib/src/modal.dart
Expand Up @@ -108,8 +108,8 @@ class _ModalRoute<T> extends PopupRoute<T> {

// 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.
Expand Down
2 changes: 1 addition & 1 deletion 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:
Expand Down

0 comments on commit 5e1e240

Please sign in to comment.