Skip to content

Commit

Permalink
Funding
Browse files Browse the repository at this point in the history
  • Loading branch information
deakjahn committed Nov 8, 2024
1 parent c6ef382 commit c4659a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

## [1.0.15] - 2024-11-08
## [1.0.14] - 2024-11-08

* Pub.dev screenshot.
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,10 @@ file.writeAsBytes(bytes, flush);

`croppedBitmap()` – and consequently, `croppedImage()` – result in an exception on Flutter Web with the HTML web renderer.
The culprit is `Picture.toImage()` that doesn't work with it (see https://github.com/flutter/engine/pull/20750).
Consider using CanvasKit for the web renderer (which is much better than HTML, anyway).
Consider using CanvasKit for the web renderer (which is much better than HTML, anyway).

# Support

If you like this package, please consider supporting it.

[![buy me a book](https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20book&emoji=📚&slug=deakjahn&button_colour=FF8838&font_colour=ffffff&font_family=Poppins&outline_colour=000000&coffee_colour=ffffff')](https://www.buymeacoffee.com/deakjahn)
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter

crop_image: ^1.0.14
crop_image: ^1.0.15
cupertino_icons: ^1.0.8

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion 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.14
version: 1.0.15
homepage: https://github.com/deakjahn/crop_image

environment:
Expand Down

0 comments on commit c4659a2

Please sign in to comment.