feat: v1.0.6
This commit is contained in:
parent
4865e64f89
commit
3acb491155
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.0.6
|
||||||
|
|
||||||
|
* Fix lint rule.
|
||||||
|
|
||||||
## 1.0.5
|
## 1.0.5
|
||||||
|
|
||||||
* Fix exclude rule.
|
* Fix exclude rule.
|
||||||
|
|
|
||||||
|
|
@ -421,7 +421,7 @@ packages:
|
||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "1.0.5"
|
version: "1.0.6"
|
||||||
plugin_platform_interface:
|
plugin_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -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.5
|
version: 1.0.6
|
||||||
homepage: https://github.com/koji-1009/platform_image_converter
|
homepage: https://github.com/koji-1009/platform_image_converter
|
||||||
topics:
|
topics:
|
||||||
- image
|
- image
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue