Skip to content

Commit

Permalink
Update to version 0.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud committed Jan 3, 2022
1 parent 1976532 commit 872e6cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
### [0.5.2] - 2022/01/03
- More Documentation.
-
### [0.5.1+2] - 2021/06/24
- Documentation.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -7,7 +7,7 @@ A Flutter package for cropping any widget, not only images. This package is enti
## Supported platforms
* Flutter Android
* Flutter iOS
* Flutter Web (as of 2020 Nov 24)*
* Flutter Web (Only with Skia, see below)*
* Flutter Desktop

## Building For Web
Expand All @@ -19,7 +19,7 @@ flutter build web --web-renderer canvaskit
## Demo
[Web Demo](https://xclud.github.io/flutter_crop/) | [Install from Google Play](https://play.google.com/store/apps/details?id=dev.pub.crop.app)

![Screenshot](docs/screenshot01.png)
![Screenshot](https://github.com/xclud/flutter_crop/blob/main/docs/screenshot01.png)

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: crop
description: Crop for Flutter. Crop any widget/image in Android, iOS, Web and Desktop with fancy and customizable UI, in 100% pure Dart code.
version: 0.5.1+2
version: 0.5.2
homepage: https://pwa.ir
repository: https://github.com/xclud/flutter_crop

Expand Down

0 comments on commit 872e6cc

Please sign in to comment.