Skip to content

Commit

Permalink
📌 Update web plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiJingLong committed May 6, 2023
1 parent 89054b4 commit bd315b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/flutter_image_compress_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# flutter_image_compress_web

## 0.1.1

- Migrate sdk constraint `>=2.16.0 <3.0.0`.
- Bump version `package:js` min version to `0.6.5`.

## 0.1.0

- The first version of flutter_image_compress_web.
6 changes: 3 additions & 3 deletions packages/flutter_image_compress_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: flutter_image_compress_web
description: The web implementation of `flutter_image_compress`.
version: 0.1.0
version: 0.1.1
repository: https://github.com/fluttercandies/flutter_image_compress

environment:
sdk: '>=2.19.0 <3.0.0'
sdk: '>=2.16.0 <3.0.0'
flutter: ">=2.5.0"

dependencies:
Expand All @@ -13,7 +13,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
flutter_image_compress_platform_interface: ^1.0.0
js: ^0.6.3
js: ^0.6.5
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit bd315b2

Please sign in to comment.