Skip to content

Commit bf7d0eb

Browse files
authored
Increase version to 0.7.0 (#107)
1 parent 57faea6 commit bf7d0eb

File tree

11 files changed

+132
-73
lines changed

11 files changed

+132
-73
lines changed

.github/workflows/analyze-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Flutter analyze
1111
strategy:
1212
matrix:
13-
flutter: ['stable', 'dev']
13+
flutter: ['stable']
1414
runs-on: macos-latest
1515
steps:
1616
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.7.0]
2+
- Performance improvement for complex animations.
3+
14
## [0.6.0]
25
- Runs the animation at the frame rate specified in the json file (ie. An animation encoded with a 20 FPS will only
36
be paint 20 times per seconds even though the AnimationController will invalidate the widget 60 times per seconds).

example/pubspec.lock

Lines changed: 46 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,42 +21,42 @@ packages:
2121
name: async
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "2.4.2"
24+
version: "2.5.0-nullsafety.1"
2525
boolean_selector:
2626
dependency: transitive
2727
description:
2828
name: boolean_selector
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.0.0"
31+
version: "2.1.0-nullsafety.1"
3232
characters:
3333
dependency: transitive
3434
description:
3535
name: characters
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.0.0"
38+
version: "1.1.0-nullsafety.3"
3939
charcode:
4040
dependency: transitive
4141
description:
4242
name: charcode
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.1.3"
45+
version: "1.2.0-nullsafety.1"
4646
clock:
4747
dependency: transitive
4848
description:
4949
name: clock
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.0.1"
52+
version: "1.1.0-nullsafety.1"
5353
collection:
5454
dependency: transitive
5555
description:
5656
name: collection
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.14.13"
59+
version: "1.15.0-nullsafety.3"
6060
convert:
6161
dependency: transitive
6262
description:
@@ -77,7 +77,14 @@ packages:
7777
name: fake_async
7878
url: "https://pub.dartlang.org"
7979
source: hosted
80-
version: "1.1.0"
80+
version: "1.2.0-nullsafety.1"
81+
ffi:
82+
dependency: transitive
83+
description:
84+
name: ffi
85+
url: "https://pub.dartlang.org"
86+
source: hosted
87+
version: "0.1.3"
8188
file:
8289
dependency: transitive
8390
description:
@@ -143,35 +150,35 @@ packages:
143150
path: ".."
144151
relative: true
145152
source: path
146-
version: "0.6.0"
153+
version: "0.7.0"
147154
matcher:
148155
dependency: transitive
149156
description:
150157
name: matcher
151158
url: "https://pub.dartlang.org"
152159
source: hosted
153-
version: "0.12.8"
160+
version: "0.12.10-nullsafety.1"
154161
meta:
155162
dependency: transitive
156163
description:
157164
name: meta
158165
url: "https://pub.dartlang.org"
159166
source: hosted
160-
version: "1.1.8"
167+
version: "1.3.0-nullsafety.3"
161168
path:
162169
dependency: transitive
163170
description:
164171
name: path
165172
url: "https://pub.dartlang.org"
166173
source: hosted
167-
version: "1.7.0"
174+
version: "1.8.0-nullsafety.1"
168175
path_provider:
169176
dependency: "direct main"
170177
description:
171178
name: path_provider
172179
url: "https://pub.dartlang.org"
173180
source: hosted
174-
version: "1.6.14"
181+
version: "1.6.21"
175182
path_provider_linux:
176183
dependency: transitive
177184
description:
@@ -185,21 +192,28 @@ packages:
185192
name: path_provider_macos
186193
url: "https://pub.dartlang.org"
187194
source: hosted
188-
version: "0.0.4+3"
195+
version: "0.0.4+4"
189196
path_provider_platform_interface:
190197
dependency: transitive
191198
description:
192199
name: path_provider_platform_interface
193200
url: "https://pub.dartlang.org"
194201
source: hosted
195202
version: "1.0.3"
203+
path_provider_windows:
204+
dependency: transitive
205+
description:
206+
name: path_provider_windows
207+
url: "https://pub.dartlang.org"
208+
source: hosted
209+
version: "0.0.4+1"
196210
pedantic:
197211
dependency: transitive
198212
description:
199213
name: pedantic
200214
url: "https://pub.dartlang.org"
201215
source: hosted
202-
version: "1.9.0"
216+
version: "1.9.2"
203217
platform:
204218
dependency: transitive
205219
description:
@@ -213,7 +227,7 @@ packages:
213227
name: plugin_platform_interface
214228
url: "https://pub.dartlang.org"
215229
source: hosted
216-
version: "1.0.2"
230+
version: "1.0.3"
217231
process:
218232
dependency: transitive
219233
description:
@@ -232,63 +246,70 @@ packages:
232246
name: source_span
233247
url: "https://pub.dartlang.org"
234248
source: hosted
235-
version: "1.7.0"
249+
version: "1.8.0-nullsafety.2"
236250
stack_trace:
237251
dependency: transitive
238252
description:
239253
name: stack_trace
240254
url: "https://pub.dartlang.org"
241255
source: hosted
242-
version: "1.9.5"
256+
version: "1.10.0-nullsafety.1"
243257
stream_channel:
244258
dependency: transitive
245259
description:
246260
name: stream_channel
247261
url: "https://pub.dartlang.org"
248262
source: hosted
249-
version: "2.0.0"
263+
version: "2.1.0-nullsafety.1"
250264
string_scanner:
251265
dependency: transitive
252266
description:
253267
name: string_scanner
254268
url: "https://pub.dartlang.org"
255269
source: hosted
256-
version: "1.0.5"
270+
version: "1.1.0-nullsafety.1"
257271
term_glyph:
258272
dependency: transitive
259273
description:
260274
name: term_glyph
261275
url: "https://pub.dartlang.org"
262276
source: hosted
263-
version: "1.1.0"
277+
version: "1.2.0-nullsafety.1"
264278
test_api:
265279
dependency: transitive
266280
description:
267281
name: test_api
268282
url: "https://pub.dartlang.org"
269283
source: hosted
270-
version: "0.2.17"
284+
version: "0.2.19-nullsafety.2"
271285
typed_data:
272286
dependency: transitive
273287
description:
274288
name: typed_data
275289
url: "https://pub.dartlang.org"
276290
source: hosted
277-
version: "1.2.0"
291+
version: "1.3.0-nullsafety.3"
278292
vector_math:
279293
dependency: transitive
280294
description:
281295
name: vector_math
282296
url: "https://pub.dartlang.org"
283297
source: hosted
284-
version: "2.0.8"
298+
version: "2.1.0-nullsafety.3"
299+
win32:
300+
dependency: transitive
301+
description:
302+
name: win32
303+
url: "https://pub.dartlang.org"
304+
source: hosted
305+
version: "1.7.3"
285306
xdg_directories:
286307
dependency: transitive
287308
description:
288309
name: xdg_directories
289310
url: "https://pub.dartlang.org"
290311
source: hosted
291-
version: "0.1.0"
312+
version: "0.1.2"
292313
sdks:
293-
dart: ">=2.9.0-14.0.dev <3.0.0"
314+
dart: ">=2.10.0-110 <2.11.0"
294315
flutter: ">=1.12.13+hotfix.5 <2.0.0"

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ environment:
88
dependencies:
99
flutter:
1010
sdk: flutter
11+
flutter_colorpicker:
12+
http:
1113
lottie:
1214
path: ../
13-
flutter_colorpicker:
1415
path_provider:
15-
http:
1616

1717
dev_dependencies:
1818
flutter_test:
4 Bytes
Loading
33 Bytes
Loading
18 Bytes
Loading
-20 Bytes
Loading
5 Bytes
Loading

0 commit comments

Comments
 (0)