Skip to content

Commit

Permalink
Implement #53.
Browse files Browse the repository at this point in the history
  • Loading branch information
deakjahn committed Jun 5, 2024
1 parent fd60ee8 commit 85b2d7b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.0.13] - 2024-06-05

* Implement [#53](https://github.com/deakjahn/crop_image/pull/53).

## [1.0.12] - 2024-02-06

* Add `maximumImageSize`. Implement [#39](https://github.com/deakjahn/crop_image/issues/39).
Expand Down Expand Up @@ -54,4 +58,4 @@

## [1.0.0] - 2021-05-24

* Initial release.
* Initial release.
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ dependencies:
sdk: flutter

crop_image: ^1.0.6
cupertino_icons: ^1.0.5
cupertino_icons: ^1.0.8

dev_dependencies:
flutter_test:
sdk: flutter

flutter_lints: ^2.0.2
flutter_lints: ^4.0.0

dependency_overrides:
crop_image:
Expand All @@ -29,4 +29,4 @@ flutter:
uses-material-design: true

assets:
- assets/08272011229.jpg
- assets/08272011229.jpg
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: crop_image
description: An image cropper widget, with 90-degree rotations. Supports mobile, web and desktop.
version: 1.0.12
version: 1.0.13
homepage: https://github.com/deakjahn/crop_image

environment:
Expand All @@ -15,6 +15,6 @@ dev_dependencies:
flutter_test:
sdk: flutter

flutter_lints: ^2.0.2
flutter_lints: ^4.0.0

flutter:
flutter:

0 comments on commit 85b2d7b

Please sign in to comment.