feat: v0.1.0
This commit is contained in:
parent
c6d1dce6e7
commit
05ac7d7318
|
|
@ -1,3 +1,5 @@
|
||||||
## 0.0.1
|
## 0.1.0
|
||||||
|
|
||||||
* TODO: Describe initial release.
|
* Initial release of platform_image_converter.
|
||||||
|
* Support Android, iOS, macOS, and Web.
|
||||||
|
* Add `convert` method for image format conversion.
|
||||||
|
|
|
||||||
|
|
@ -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.0.1
|
version: 0.1.0
|
||||||
homepage: https://github.com/koji-1009/platform_image_converter
|
homepage: https://github.com/koji-1009/platform_image_converter
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue