feat: v1.0.3

This commit is contained in:
Koji Wakamiya 2025-12-15 09:43:54 +09:00
parent 3df4acc080
commit 701cfa410e
No known key found for this signature in database
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## 1.0.3
* Fix support flutter version constraint.
* Fix documentations.
* Update integration test.
## 1.0.2 ## 1.0.2
* dart format applied to all files. * dart format applied to all files.

View File

@ -421,7 +421,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "1.0.2" version: "1.0.3"
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.2 version: 1.0.3
homepage: https://github.com/koji-1009/platform_image_converter homepage: https://github.com/koji-1009/platform_image_converter
topics: topics:
- image - image