feat: v1.0.0

This commit is contained in:
Koji Wakamiya 2025-12-12 22:39:45 +09:00
parent 54ef457062
commit 1806551b61
No known key found for this signature in database
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
## 1.0.0
* Initial stable release.
* Add `ImageConversionException` for better error handling.
* Improve documentation and add usage examples.
## 0.2.0 ## 0.2.0
* Support resized image output. * Support resized image output.

View File

@ -214,10 +214,10 @@ packages:
dependency: "direct dev" dependency: "direct dev"
description: description:
name: image name: image
sha256: "4e973fcf4caae1a4be2fa0a13157aa38a8f9cb049db6529aa00b4d71abc4d928" sha256: "51555e36056541237b15b57afc31a0f53d4f9aefd9bd00873a6dc0090e54e332"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "4.5.4" version: "4.6.0"
image_picker: image_picker:
dependency: "direct main" dependency: "direct main"
description: description:
@ -421,7 +421,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.2.0" version: "1.0.0"
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: 0.2.0 version: 1.0.0
homepage: https://github.com/koji-1009/platform_image_converter homepage: https://github.com/koji-1009/platform_image_converter
environment: environment: