Skip to content

Commit f262917

Browse files
committed
Update version plugin to 3.0.0
1 parent b59d0e0 commit f262917

File tree

3 files changed

+91
-34
lines changed

3 files changed

+91
-34
lines changed

example/pubspec.lock

Lines changed: 44 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
name: async
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.8.1"
17+
version: "2.8.2"
1818
boolean_selector:
1919
dependency: transitive
2020
description:
@@ -28,7 +28,7 @@ packages:
2828
name: characters
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.1.0"
31+
version: "1.2.0"
3232
charcode:
3333
dependency: transitive
3434
description:
@@ -49,14 +49,14 @@ packages:
4949
path: ".."
5050
relative: true
5151
source: path
52-
version: "2.0.4"
52+
version: "3.0.0"
5353
collection:
5454
dependency: transitive
5555
description:
5656
name: collection
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.15.0"
59+
version: "1.16.0"
6060
cross_file:
6161
dependency: transitive
6262
description:
@@ -91,7 +91,7 @@ packages:
9191
name: fake_async
9292
url: "https://pub.dartlang.org"
9393
source: hosted
94-
version: "1.2.0"
94+
version: "1.3.0"
9595
ffi:
9696
dependency: transitive
9797
description:
@@ -190,14 +190,21 @@ packages:
190190
name: js
191191
url: "https://pub.dartlang.org"
192192
source: hosted
193-
version: "0.6.3"
193+
version: "0.6.4"
194194
matcher:
195195
dependency: transitive
196196
description:
197197
name: matcher
198198
url: "https://pub.dartlang.org"
199199
source: hosted
200-
version: "0.12.10"
200+
version: "0.12.11"
201+
material_color_utilities:
202+
dependency: transitive
203+
description:
204+
name: material_color_utilities
205+
url: "https://pub.dartlang.org"
206+
source: hosted
207+
version: "0.1.4"
201208
meta:
202209
dependency: transitive
203210
description:
@@ -211,7 +218,7 @@ packages:
211218
name: path
212219
url: "https://pub.dartlang.org"
213220
source: hosted
214-
version: "1.8.0"
221+
version: "1.8.1"
215222
path_provider:
216223
dependency: transitive
217224
description:
@@ -260,14 +267,35 @@ packages:
260267
name: permission_handler
261268
url: "https://pub.dartlang.org"
262269
source: hosted
263-
version: "8.1.1"
270+
version: "9.2.0"
271+
permission_handler_android:
272+
dependency: transitive
273+
description:
274+
name: permission_handler_android
275+
url: "https://pub.dartlang.org"
276+
source: hosted
277+
version: "9.0.2+1"
278+
permission_handler_apple:
279+
dependency: transitive
280+
description:
281+
name: permission_handler_apple
282+
url: "https://pub.dartlang.org"
283+
source: hosted
284+
version: "9.0.4"
264285
permission_handler_platform_interface:
265286
dependency: transitive
266287
description:
267288
name: permission_handler_platform_interface
268289
url: "https://pub.dartlang.org"
269290
source: hosted
270-
version: "3.6.0"
291+
version: "3.7.0"
292+
permission_handler_windows:
293+
dependency: transitive
294+
description:
295+
name: permission_handler_windows
296+
url: "https://pub.dartlang.org"
297+
source: hosted
298+
version: "0.1.0"
271299
petitparser:
272300
dependency: transitive
273301
description:
@@ -281,7 +309,7 @@ packages:
281309
name: platform
282310
url: "https://pub.dartlang.org"
283311
source: hosted
284-
version: "3.0.0"
312+
version: "3.1.0"
285313
plugin_platform_interface:
286314
dependency: transitive
287315
description:
@@ -321,7 +349,7 @@ packages:
321349
name: source_span
322350
url: "https://pub.dartlang.org"
323351
source: hosted
324-
version: "1.8.1"
352+
version: "1.8.2"
325353
stack_trace:
326354
dependency: transitive
327355
description:
@@ -356,7 +384,7 @@ packages:
356384
name: test_api
357385
url: "https://pub.dartlang.org"
358386
source: hosted
359-
version: "0.4.2"
387+
version: "0.4.9"
360388
typed_data:
361389
dependency: transitive
362390
description:
@@ -370,7 +398,7 @@ packages:
370398
name: vector_math
371399
url: "https://pub.dartlang.org"
372400
source: hosted
373-
version: "2.1.0"
401+
version: "2.1.2"
374402
win32:
375403
dependency: transitive
376404
description:
@@ -393,5 +421,5 @@ packages:
393421
source: hosted
394422
version: "5.1.2"
395423
sdks:
396-
dart: ">=2.13.0 <3.0.0"
397-
flutter: ">=2.0.0"
424+
dart: ">=2.17.0-0 <3.0.0"
425+
flutter: ">=2.8.0"

pubspec.lock

Lines changed: 44 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
name: async
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.8.1"
17+
version: "2.8.2"
1818
boolean_selector:
1919
dependency: transitive
2020
description:
@@ -28,7 +28,7 @@ packages:
2828
name: characters
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.1.0"
31+
version: "1.2.0"
3232
charcode:
3333
dependency: transitive
3434
description:
@@ -49,7 +49,7 @@ packages:
4949
name: collection
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.15.0"
52+
version: "1.16.0"
5353
cross_file:
5454
dependency: transitive
5555
description:
@@ -84,7 +84,7 @@ packages:
8484
name: fake_async
8585
url: "https://pub.dartlang.org"
8686
source: hosted
87-
version: "1.2.0"
87+
version: "1.3.0"
8888
ffi:
8989
dependency: transitive
9090
description:
@@ -183,14 +183,21 @@ packages:
183183
name: js
184184
url: "https://pub.dartlang.org"
185185
source: hosted
186-
version: "0.6.3"
186+
version: "0.6.4"
187187
matcher:
188188
dependency: transitive
189189
description:
190190
name: matcher
191191
url: "https://pub.dartlang.org"
192192
source: hosted
193-
version: "0.12.10"
193+
version: "0.12.11"
194+
material_color_utilities:
195+
dependency: transitive
196+
description:
197+
name: material_color_utilities
198+
url: "https://pub.dartlang.org"
199+
source: hosted
200+
version: "0.1.4"
194201
meta:
195202
dependency: transitive
196203
description:
@@ -204,7 +211,7 @@ packages:
204211
name: path
205212
url: "https://pub.dartlang.org"
206213
source: hosted
207-
version: "1.8.0"
214+
version: "1.8.1"
208215
path_provider:
209216
dependency: "direct main"
210217
description:
@@ -253,14 +260,35 @@ packages:
253260
name: permission_handler
254261
url: "https://pub.dartlang.org"
255262
source: hosted
256-
version: "8.1.1"
263+
version: "9.2.0"
264+
permission_handler_android:
265+
dependency: transitive
266+
description:
267+
name: permission_handler_android
268+
url: "https://pub.dartlang.org"
269+
source: hosted
270+
version: "9.0.2+1"
271+
permission_handler_apple:
272+
dependency: transitive
273+
description:
274+
name: permission_handler_apple
275+
url: "https://pub.dartlang.org"
276+
source: hosted
277+
version: "9.0.4"
257278
permission_handler_platform_interface:
258279
dependency: transitive
259280
description:
260281
name: permission_handler_platform_interface
261282
url: "https://pub.dartlang.org"
262283
source: hosted
263-
version: "3.6.0"
284+
version: "3.7.0"
285+
permission_handler_windows:
286+
dependency: transitive
287+
description:
288+
name: permission_handler_windows
289+
url: "https://pub.dartlang.org"
290+
source: hosted
291+
version: "0.1.0"
264292
petitparser:
265293
dependency: transitive
266294
description:
@@ -269,12 +297,12 @@ packages:
269297
source: hosted
270298
version: "4.1.0"
271299
platform:
272-
dependency: transitive
300+
dependency: "direct main"
273301
description:
274302
name: platform
275303
url: "https://pub.dartlang.org"
276304
source: hosted
277-
version: "3.0.0"
305+
version: "3.1.0"
278306
plugin_platform_interface:
279307
dependency: transitive
280308
description:
@@ -314,7 +342,7 @@ packages:
314342
name: source_span
315343
url: "https://pub.dartlang.org"
316344
source: hosted
317-
version: "1.8.1"
345+
version: "1.8.2"
318346
stack_trace:
319347
dependency: transitive
320348
description:
@@ -349,7 +377,7 @@ packages:
349377
name: test_api
350378
url: "https://pub.dartlang.org"
351379
source: hosted
352-
version: "0.4.2"
380+
version: "0.4.9"
353381
typed_data:
354382
dependency: transitive
355383
description:
@@ -363,7 +391,7 @@ packages:
363391
name: vector_math
364392
url: "https://pub.dartlang.org"
365393
source: hosted
366-
version: "2.1.0"
394+
version: "2.1.2"
367395
win32:
368396
dependency: transitive
369397
description:
@@ -386,5 +414,5 @@ packages:
386414
source: hosted
387415
version: "5.1.2"
388416
sdks:
389-
dart: ">=2.13.0 <3.0.0"
390-
flutter: ">=2.0.0"
417+
dart: ">=2.17.0-0 <3.0.0"
418+
flutter: ">=2.8.0"

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: coderjava_image_editor_pro
22
description: Image Editor Plugin with simple, easy support for image editing using paints, text, and emoji like stories.
3-
version: 2.1.0
3+
version: 3.0.0
44
homepage: https://github.com/nusanet/flutter-image-editor-pro
55

66
environment:
@@ -14,11 +14,12 @@ dependencies:
1414
font_awesome_flutter: ^9.1.0
1515
image_picker: ^0.8.2
1616
path_provider: ^2.0.2
17-
permission_handler: ^8.1.1
17+
permission_handler: ^9.2.0
1818
dio: ^4.0.0
1919
screenshot: ^1.2.1
2020
signature: ^4.1.1
2121
flutter_colorpicker: ^0.6.0
22+
platform: ^3.1.0
2223

2324
dev_dependencies:
2425
flutter_test:

0 commit comments

Comments
 (0)