Skip to content

Commit

Permalink
Revert to broader Flutter version range
Browse files Browse the repository at this point in the history
  • Loading branch information
deakjahn committed May 17, 2023
1 parent 5526134 commit 60eda95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.0.8] - 2023-05-17

* Revert to broader Flutter version range

## [1.0.7] - 2023-05-17

* Version upgrades (SDK 3)
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ homepage: https://github.com/deakjahn/crop_image
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=1.17.0"

dependencies:
flutter:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: crop_image
description: An image cropper widget, with 90-degree rotations. Supports mobile, web and desktop.
version: 1.0.7
version: 1.0.8
homepage: https://github.com/deakjahn/crop_image

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=1.17.0"

dependencies:
flutter:
Expand Down

0 comments on commit 60eda95

Please sign in to comment.