Skip to content

Commit

Permalink
⬇️ Downgrade dart sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiJingLong committed Feb 7, 2023
1 parent 6b985a8 commit cbacd48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions image_size_getter_heic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# CHANGELOG

## 1.0.1

- Downgrade dart version to 2.12.0

## 1.0.0

- Initial version.
4 changes: 2 additions & 2 deletions image_size_getter_heic/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: image_size_getter_heic
description: A decoder for HEIC images with image_size_getter.
version: 1.0.0
version: 1.0.1
homepage: https://github.com/CaiJingLong/dart_image_size_getter
repository: https://github.com/CaiJingLong/dart_image_size_getter

environment:
sdk: ">=2.16.2 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dependencies:
image_size_getter: ^2.0.0
Expand Down

0 comments on commit cbacd48

Please sign in to comment.