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