File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.0+5] - February 21, 2020
2
+
3
+ * Fix override analyzer ignore placement.
4
+
5
+
1
6
## [ 1.0.0+4] - February 21, 2020
2
7
3
8
* Fix a typo in the changelog dates
7
12
until Flutter's stable branch contains
8
13
https://github.com/flutter/flutter/pull/48274 .
9
14
15
+
10
16
## [ 1.0.0+3] - February 18, 2020
11
17
12
18
* Update README.md to better describe Material motion
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ class _ModalRoute<T> extends PopupRoute<T> {
108
108
109
109
// TODO(shihaohong): Remove the override analyzer ignore once
110
110
// Flutter stable contains https://github.com/flutter/flutter/pull/48274.
111
- // ignore: override_on_non_overriding_member
112
111
@override
112
+ // ignore: override_on_non_overriding_member
113
113
final Duration reverseTransitionDuration;
114
114
115
115
/// The primary contents of the modal.
Original file line number Diff line number Diff line change 1
1
name : animations
2
2
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
4
4
homepage : https://github.com/flutter/packages/tree/master/packages/animations
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments