-
-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update image cropper to 2.0.0 #1672 #1695
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @AshAman999!
Just 2 minor comments.
@@ -1157,5 +1171,5 @@ packages: | |||
source: hosted | |||
version: "3.1.0" | |||
sdks: | |||
dart: ">=2.15.1 <3.0.0" | |||
dart: ">=2.16.1 <3.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bit strange as in pubspec.yaml
we have sdk: ">=2.15.1 <3.0.0"
Codecov Report
@@ Coverage Diff @@
## develop #1695 +/- ##
==========================================
- Coverage 8.86% 8.29% -0.58%
==========================================
Files 161 165 +4
Lines 6623 7128 +505
==========================================
+ Hits 587 591 +4
- Misses 6036 6537 +501
Continue to review full report at Codecov.
|
thanks @AshAman999 👍 |
What
Fixes bug(s)