Skip to content

Commit 5e1e240

Browse files
author
Shi-Hao Hong
authored
[animations] Fix analyzer ignore location (#110)
* Fix analyzer ignore location
1 parent 6a6db3a commit 5e1e240

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/animations/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.0.0+5] - February 21, 2020
2+
3+
* Fix override analyzer ignore placement.
4+
5+
16
## [1.0.0+4] - February 21, 2020
27

38
* Fix a typo in the changelog dates
@@ -7,6 +12,7 @@
712
until Flutter's stable branch contains
813
https://github.com/flutter/flutter/pull/48274.
914

15+
1016
## [1.0.0+3] - February 18, 2020
1117

1218
* Update README.md to better describe Material motion

packages/animations/lib/src/modal.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ class _ModalRoute<T> extends PopupRoute<T> {
108108

109109
// TODO(shihaohong): Remove the override analyzer ignore once
110110
// Flutter stable contains https://github.com/flutter/flutter/pull/48274.
111-
// ignore: override_on_non_overriding_member
112111
@override
112+
// ignore: override_on_non_overriding_member
113113
final Duration reverseTransitionDuration;
114114

115115
/// The primary contents of the modal.

packages/animations/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: animations
22
description: Fancy pre-built animations that can easily be integrated into any Flutter application.
3-
version: 1.0.0+4
3+
version: 1.0.0+5
44
homepage: https://github.com/flutter/packages/tree/master/packages/animations
55

66
environment:

0 commit comments

Comments
 (0)