File tree 5 files changed +35
-17
lines changed 5 files changed +35
-17
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.3] - 2020-09-8
2
+
3
+ * Add key attribute to constructor
4
+
1
5
## [ 1.0.2] - 2020-06-12
2
6
3
7
* Fixed broken links
Original file line number Diff line number Diff line change @@ -7,14 +7,21 @@ packages:
7
7
name: async
8
8
url: "https://pub.dartlang.org"
9
9
source: hosted
10
- version: "2.4.1 "
10
+ version: "2.4.2 "
11
11
boolean_selector:
12
12
dependency: transitive
13
13
description:
14
14
name: boolean_selector
15
15
url: "https://pub.dartlang.org"
16
16
source: hosted
17
17
version: "2.0.0"
18
+ characters:
19
+ dependency: transitive
20
+ description:
21
+ name: characters
22
+ url: "https://pub.dartlang.org"
23
+ source: hosted
24
+ version: "1.0.0"
18
25
charcode:
19
26
dependency: transitive
20
27
description:
@@ -35,7 +42,7 @@ packages:
35
42
name: collection
36
43
url: "https://pub.dartlang.org"
37
44
source: hosted
38
- version: "1.14.12 "
45
+ version: "1.14.13 "
39
46
cupertino_icons:
40
47
dependency: "direct main"
41
48
description:
@@ -66,7 +73,7 @@ packages:
66
73
name: matcher
67
74
url: "https://pub.dartlang.org"
68
75
source: hosted
69
- version: "0.12.6 "
76
+ version: "0.12.8 "
70
77
meta:
71
78
dependency: transitive
72
79
description:
@@ -87,7 +94,7 @@ packages:
87
94
path: ".."
88
95
relative: true
89
96
source: path
90
- version: "1.0.1 "
97
+ version: "1.0.3 "
91
98
sky_engine:
92
99
dependency: transitive
93
100
description: flutter
@@ -106,7 +113,7 @@ packages:
106
113
name: stack_trace
107
114
url: "https://pub.dartlang.org"
108
115
source: hosted
109
- version: "1.9.3 "
116
+ version: "1.9.5 "
110
117
stream_channel:
111
118
dependency: transitive
112
119
description:
@@ -134,14 +141,14 @@ packages:
134
141
name: test_api
135
142
url: "https://pub.dartlang.org"
136
143
source: hosted
137
- version: "0.2.16 "
144
+ version: "0.2.17 "
138
145
typed_data:
139
146
dependency: transitive
140
147
description:
141
148
name: typed_data
142
149
url: "https://pub.dartlang.org"
143
150
source: hosted
144
- version: "1.1.6 "
151
+ version: "1.2.0 "
145
152
vector_math:
146
153
dependency: transitive
147
154
description:
@@ -150,4 +157,4 @@ packages:
150
157
source: hosted
151
158
version: "2.0.8"
152
159
sdks:
153
- dart: ">=2.7.0 <3.0.0"
160
+ dart: ">=2.9.0-14.0.dev <3.0.0"
Original file line number Diff line number Diff line change 1
1
import 'package:flutter/material.dart' ;
2
- import 'package:show_up_animation /show_up_animation.dart' ;
2
+ import '.. /show_up_animation.dart' ;
3
3
import 'show_up_builder.dart' ;
4
4
import 'enums.dart' ;
5
5
Original file line number Diff line number Diff line change @@ -7,14 +7,21 @@ packages:
7
7
name: async
8
8
url: "https://pub.dartlang.org"
9
9
source: hosted
10
- version: "2.4.1 "
10
+ version: "2.4.2 "
11
11
boolean_selector:
12
12
dependency: transitive
13
13
description:
14
14
name: boolean_selector
15
15
url: "https://pub.dartlang.org"
16
16
source: hosted
17
17
version: "2.0.0"
18
+ characters:
19
+ dependency: transitive
20
+ description:
21
+ name: characters
22
+ url: "https://pub.dartlang.org"
23
+ source: hosted
24
+ version: "1.0.0"
18
25
charcode:
19
26
dependency: transitive
20
27
description:
@@ -35,7 +42,7 @@ packages:
35
42
name: collection
36
43
url: "https://pub.dartlang.org"
37
44
source: hosted
38
- version: "1.14.12 "
45
+ version: "1.14.13 "
39
46
fake_async:
40
47
dependency: transitive
41
48
description:
@@ -59,7 +66,7 @@ packages:
59
66
name: matcher
60
67
url: "https://pub.dartlang.org"
61
68
source: hosted
62
- version: "0.12.6 "
69
+ version: "0.12.8 "
63
70
meta:
64
71
dependency: transitive
65
72
description:
@@ -92,7 +99,7 @@ packages:
92
99
name: stack_trace
93
100
url: "https://pub.dartlang.org"
94
101
source: hosted
95
- version: "1.9.3 "
102
+ version: "1.9.5 "
96
103
stream_channel:
97
104
dependency: transitive
98
105
description:
@@ -120,14 +127,14 @@ packages:
120
127
name: test_api
121
128
url: "https://pub.dartlang.org"
122
129
source: hosted
123
- version: "0.2.16 "
130
+ version: "0.2.17 "
124
131
typed_data:
125
132
dependency: transitive
126
133
description:
127
134
name: typed_data
128
135
url: "https://pub.dartlang.org"
129
136
source: hosted
130
- version: "1.1.6 "
137
+ version: "1.2.0 "
131
138
vector_math:
132
139
dependency: transitive
133
140
description:
@@ -136,4 +143,4 @@ packages:
136
143
source: hosted
137
144
version: "2.0.8"
138
145
sdks:
139
- dart: ">=2.7.0 <3.0.0"
146
+ dart: ">=2.9.0-14.0.dev <3.0.0"
Original file line number Diff line number Diff line change 1
1
name : show_up_animation
2
2
description : A flutter package to simplify the implementation of "show up" animation
3
- version : 1.0.1
3
+ version : 1.0.3
4
4
homepage : https://github.com/thecodepapaya/show_up_animation
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments