Skip to content

Commit 67bd44d

Browse files
Bump plugin versions
1 parent 4d09151 commit 67bd44d

19 files changed

Lines changed: 95 additions & 60 deletions

File tree

native_image_cropper/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.8.0
2+
3+
* Set Dart constraint to `^3.0.0`.
4+
* Set Flutter constraint to `^3.41.0`.
5+
* Bump platform plugin versions.
6+
17
## 0.7.1
28

39
* Fix Swift Package Manager compatibility.

native_image_cropper/example/pubspec.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@ packages:
316316
dependency: transitive
317317
description:
318318
name: matcher
319-
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
319+
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
320320
url: "https://pub.dev"
321321
source: hosted
322-
version: "0.12.18"
322+
version: "0.12.19"
323323
material_color_utilities:
324324
dependency: transitive
325325
description:
@@ -332,10 +332,10 @@ packages:
332332
dependency: transitive
333333
description:
334334
name: meta
335-
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
335+
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"
336336
url: "https://pub.dev"
337337
source: hosted
338-
version: "1.17.0"
338+
version: "1.18.0"
339339
mime:
340340
dependency: transitive
341341
description:
@@ -350,7 +350,7 @@ packages:
350350
path: ".."
351351
relative: true
352352
source: path
353-
version: "0.7.1"
353+
version: "0.8.0"
354354
native_image_cropper_android:
355355
dependency: "direct overridden"
356356
description:
@@ -364,28 +364,28 @@ packages:
364364
path: "../../native_image_cropper_ios"
365365
relative: true
366366
source: path
367-
version: "0.3.0"
367+
version: "0.4.0"
368368
native_image_cropper_macos:
369369
dependency: "direct overridden"
370370
description:
371371
path: "../../native_image_cropper_macos"
372372
relative: true
373373
source: path
374-
version: "0.3.0"
374+
version: "0.4.0"
375375
native_image_cropper_platform_interface:
376376
dependency: "direct overridden"
377377
description:
378378
path: "../../native_image_cropper_platform_interface"
379379
relative: true
380380
source: path
381-
version: "0.2.0"
381+
version: "0.3.0"
382382
native_image_cropper_web:
383383
dependency: "direct overridden"
384384
description:
385385
path: "../../native_image_cropper_web"
386386
relative: true
387387
source: path
388-
version: "0.2.0"
388+
version: "0.3.0"
389389
native_toolchain_c:
390390
dependency: transitive
391391
description:
@@ -571,10 +571,10 @@ packages:
571571
dependency: transitive
572572
description:
573573
name: test_api
574-
sha256: "19a78f63e83d3a61f00826d09bc2f60e191bf3504183c001262be6ac75589fb8"
574+
sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e"
575575
url: "https://pub.dev"
576576
source: hosted
577-
version: "0.7.8"
577+
version: "0.7.11"
578578
typed_data:
579579
dependency: transitive
580580
description:

native_image_cropper/pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A Flutter plugin for cropping images. Supports rectangular and circ
33
repository: https://github.com/cosee/native_image_cropper/tree/main/native_image_cropper
44
homepage: https://pub.dev/publishers/cosee.biz/packages
55
issue_tracker: https://github.com/cosee/native_image_cropper/issues
6-
version: 0.7.1
6+
version: 0.8.0
77
topics:
88
- native
99
- crop
@@ -31,11 +31,11 @@ flutter:
3131
dependencies:
3232
flutter:
3333
sdk: flutter
34-
native_image_cropper_android: ^0.3.0
35-
native_image_cropper_ios: ^0.3.0
36-
native_image_cropper_macos: ^0.3.0
37-
native_image_cropper_web: ^0.2.0
38-
native_image_cropper_platform_interface: ^0.2.0
34+
native_image_cropper_android: ^0.4.0
35+
native_image_cropper_ios: ^0.4.0
36+
native_image_cropper_macos: ^0.4.0
37+
native_image_cropper_web: ^0.3.0
38+
native_image_cropper_platform_interface: ^0.3.0
3939

4040
dev_dependencies:
4141
flutter_test:

native_image_cropper_android/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.4.0
2+
3+
* Set Dart constraint to `^3.0.0`.
4+
* Set Flutter constraint to `^3.41.0`.
5+
* Migrate Android Gradle configuration to built-in Kotlin support.
6+
* Migrate Android build script to Kotlin DSL.
7+
18
## 0.3.1
29

310
* Fix can't compress a recycled bitmap.

native_image_cropper_android/example/pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,10 @@ packages:
239239
dependency: transitive
240240
description:
241241
name: matcher
242-
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
242+
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
243243
url: "https://pub.dev"
244244
source: hosted
245-
version: "0.12.18"
245+
version: "0.12.19"
246246
material_color_utilities:
247247
dependency: transitive
248248
description:
@@ -255,10 +255,10 @@ packages:
255255
dependency: transitive
256256
description:
257257
name: meta
258-
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
258+
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"
259259
url: "https://pub.dev"
260260
source: hosted
261-
version: "1.17.0"
261+
version: "1.18.0"
262262
native_image_cropper_android:
263263
dependency: "direct main"
264264
description:
@@ -272,7 +272,7 @@ packages:
272272
path: "../../native_image_cropper_platform_interface"
273273
relative: true
274274
source: path
275-
version: "0.2.0"
275+
version: "0.3.0"
276276
package_config:
277277
dependency: transitive
278278
description:
@@ -386,10 +386,10 @@ packages:
386386
dependency: transitive
387387
description:
388388
name: test_api
389-
sha256: "19a78f63e83d3a61f00826d09bc2f60e191bf3504183c001262be6ac75589fb8"
389+
sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e"
390390
url: "https://pub.dev"
391391
source: hosted
392-
version: "0.7.8"
392+
version: "0.7.11"
393393
typed_data:
394394
dependency: transitive
395395
description:

native_image_cropper_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ flutter:
2121
dependencies:
2222
flutter:
2323
sdk: flutter
24-
native_image_cropper_platform_interface: ^0.2.0
24+
native_image_cropper_platform_interface: ^0.3.0
2525

2626
dev_dependencies:
2727
flutter_test:

native_image_cropper_ios/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.0
2+
3+
* Set Dart constraint to `^3.0.0`.
4+
* Set Flutter constraint to `^3.41.0`.
5+
* Fix Swift Package Manager warning.
6+
17
## 0.3.0
28

39
* Add Swift Package Manager compatibility.

native_image_cropper_ios/example/pubspec.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,10 @@ packages:
247247
dependency: transitive
248248
description:
249249
name: matcher
250-
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
250+
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
251251
url: "https://pub.dev"
252252
source: hosted
253-
version: "0.12.18"
253+
version: "0.12.19"
254254
material_color_utilities:
255255
dependency: transitive
256256
description:
@@ -263,24 +263,24 @@ packages:
263263
dependency: transitive
264264
description:
265265
name: meta
266-
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
266+
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"
267267
url: "https://pub.dev"
268268
source: hosted
269-
version: "1.17.0"
269+
version: "1.18.0"
270270
native_image_cropper_ios:
271271
dependency: "direct main"
272272
description:
273273
path: ".."
274274
relative: true
275275
source: path
276-
version: "0.3.0"
276+
version: "0.4.0"
277277
native_image_cropper_platform_interface:
278278
dependency: "direct overridden"
279279
description:
280280
path: "../../native_image_cropper_platform_interface"
281281
relative: true
282282
source: path
283-
version: "0.2.0"
283+
version: "0.3.0"
284284
package_config:
285285
dependency: transitive
286286
description:
@@ -394,10 +394,10 @@ packages:
394394
dependency: transitive
395395
description:
396396
name: test_api
397-
sha256: "19a78f63e83d3a61f00826d09bc2f60e191bf3504183c001262be6ac75589fb8"
397+
sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e"
398398
url: "https://pub.dev"
399399
source: hosted
400-
version: "0.7.8"
400+
version: "0.7.11"
401401
typed_data:
402402
dependency: transitive
403403
description:

native_image_cropper_ios/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: This is the iOS implementation of the native_image_cropper plugin.
33
repository: https://github.com/cosee/native_image_cropper/tree/main/native_image_cropper_ios
44
homepage: https://pub.dev/publishers/cosee.biz/packages
55
issue_tracker: https://github.com/cosee/native_image_cropper/issues
6-
version: 0.3.0
6+
version: 0.4.0
77

88
environment:
99
sdk: ^3.0.0
@@ -20,7 +20,7 @@ flutter:
2020
dependencies:
2121
flutter:
2222
sdk: flutter
23-
native_image_cropper_platform_interface: ^0.2.0
23+
native_image_cropper_platform_interface: ^0.3.0
2424

2525
dev_dependencies:
2626
flutter_test:

native_image_cropper_macos/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.0
2+
3+
* Set Dart constraint to `^3.0.0`.
4+
* Set Flutter constraint to `^3.41.0`.
5+
* Fix Swift Package Manager warning.
6+
17
## 0.3.0
28

39
* Add Swift Package Manager compatibility.

0 commit comments

Comments
 (0)