feat: v1.0.0
This commit is contained in:
parent
54ef457062
commit
1806551b61
|
|
@ -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
|
||||
|
||||
* Support resized image output.
|
||||
|
|
|
|||
|
|
@ -214,10 +214,10 @@ packages:
|
|||
dependency: "direct dev"
|
||||
description:
|
||||
name: image
|
||||
sha256: "4e973fcf4caae1a4be2fa0a13157aa38a8f9cb049db6529aa00b4d71abc4d928"
|
||||
sha256: "51555e36056541237b15b57afc31a0f53d4f9aefd9bd00873a6dc0090e54e332"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "4.5.4"
|
||||
version: "4.6.0"
|
||||
image_picker:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
@ -421,7 +421,7 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.2.0"
|
||||
version: "1.0.0"
|
||||
plugin_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: platform_image_converter
|
||||
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
|
||||
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue