feat: v0.2.0
This commit is contained in:
parent
f9cebdaa56
commit
3c3d916882
|
|
@ -1,3 +1,8 @@
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
* Support resized image output.
|
||||||
|
* Refactor codebase for better maintainability.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
* Initial release of platform_image_converter.
|
* Initial release of platform_image_converter.
|
||||||
|
|
|
||||||
|
|
@ -25,15 +25,6 @@ A high-performance Flutter plugin for cross-platform image format conversion and
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
### Installation
|
|
||||||
|
|
||||||
Add `platform_image_converter` to your `pubspec.yaml`:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
dependencies:
|
|
||||||
platform_image_converter: ^0.0.1
|
|
||||||
```
|
|
||||||
|
|
||||||
### Basic Usage
|
### Basic Usage
|
||||||
|
|
||||||
```dart
|
```dart
|
||||||
|
|
|
||||||
|
|
@ -421,7 +421,7 @@ packages:
|
||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "0.1.0"
|
version: "0.2.0"
|
||||||
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: 0.1.0
|
version: 0.2.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