feat: v1.0.4

This commit is contained in:
Koji Wakamiya 2025-12-29 09:41:31 +09:00
parent 8917e21770
commit dd164d53dd
No known key found for this signature in database
3 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
## 1.0.4
* Fix lint rules.
* Fix documentations.
* Fix resource management.
## 1.0.3 ## 1.0.3
* Fix support flutter version constraint. * Fix support flutter version constraint.

View File

@ -214,10 +214,10 @@ packages:
dependency: "direct dev" dependency: "direct dev"
description: description:
name: image name: image
sha256: "51555e36056541237b15b57afc31a0f53d4f9aefd9bd00873a6dc0090e54e332" sha256: "492bd52f6c4fbb6ee41f781ff27765ce5f627910e1e0cbecfa3d9add5562604c"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "4.6.0" version: "4.7.2"
image_picker: image_picker:
dependency: "direct main" dependency: "direct main"
description: description:
@ -379,10 +379,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: objective_c name: objective_c
sha256: c12701c978eacda8d8a9be1469f005e26bf16a903945982b94f77d7a9dbeea45 sha256: "55eb67ede1002d9771b3f9264d2c9d30bc364f0267bc1c6cc0883280d5f0c7cb"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "9.2.1" version: "9.2.2"
package_config: package_config:
dependency: transitive dependency: transitive
description: description:
@ -421,7 +421,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "1.0.3" version: "1.0.4"
plugin_platform_interface: plugin_platform_interface:
dependency: transitive dependency: transitive
description: description:

View File

@ -1,6 +1,6 @@
name: platform_image_converter name: platform_image_converter
description: "A high-performance Flutter plugin for cross-platform image format conversion using native APIs." description: "A high-performance Flutter plugin for cross-platform image format conversion using native APIs."
version: 1.0.3 version: 1.0.4
homepage: https://github.com/koji-1009/platform_image_converter homepage: https://github.com/koji-1009/platform_image_converter
topics: topics:
- image - image