From 3c3d916882a3e22b6babe82406f5dca0df75c057 Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Thu, 11 Dec 2025 23:15:54 +0900 Subject: [PATCH] feat: v0.2.0 --- CHANGELOG.md | 5 +++++ README.md | 9 --------- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb4b9a..8e05cc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.0 + +* Support resized image output. +* Refactor codebase for better maintainability. + ## 0.1.0 * Initial release of platform_image_converter. diff --git a/README.md b/README.md index 13c3196..79e0bbc 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,6 @@ A high-performance Flutter plugin for cross-platform image format conversion and ## Getting Started -### Installation - -Add `platform_image_converter` to your `pubspec.yaml`: - -```yaml -dependencies: - platform_image_converter: ^0.0.1 -``` - ### Basic Usage ```dart diff --git a/example/pubspec.lock b/example/pubspec.lock index 6590a03..00aa68f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -421,7 +421,7 @@ packages: path: ".." relative: true source: path - version: "0.1.0" + version: "0.2.0" plugin_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 7f42d97..1961e31 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: platform_image_converter 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 environment: