chore: fix
This commit is contained in:
parent
1806551b61
commit
50212b2870
|
|
@ -21,6 +21,12 @@ migration:
|
||||||
- platform: ios
|
- platform: ios
|
||||||
create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
|
create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
|
||||||
base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
|
base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
|
||||||
|
- platform: macos
|
||||||
|
create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
|
||||||
|
base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
|
||||||
|
- platform: web
|
||||||
|
create_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
|
||||||
|
base_revision: 66dd93f9a27ffe2a9bfc8297506ce066ff51265f
|
||||||
|
|
||||||
# User provided section
|
# User provided section
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,13 @@ 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.0
|
version: 1.0.0
|
||||||
homepage: https://github.com/koji-1009/platform_image_converter
|
homepage: https://github.com/koji-1009/platform_image_converter
|
||||||
|
topics:
|
||||||
|
- image
|
||||||
|
platforms:
|
||||||
|
android:
|
||||||
|
ios:
|
||||||
|
macos:
|
||||||
|
web:
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.10.0
|
sdk: ^3.10.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue