Skip to content

Commit

Permalink
🐛 fix android build failure on flutter 3.24 #51
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGoffMael committed Sep 20, 2024
1 parent 6d85107 commit 747f642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ packages:
dependency: transitive
description:
name: insta_assets_crop
sha256: "1ad0627d0d79e695063be940ba9df34699ddbab2d80ccdddbf00666dda0022c5"
sha256: "0939bd618bdf6b7d6875411129017bf004b0e004f9bd7274c893374cf9b0aa9d"
url: "https://pub.dev"
source: hosted
version: "0.1.0-dev.2"
version: "0.1.0"
insta_assets_picker:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
flutter:
sdk: flutter

insta_assets_crop: ^0.1.0-dev.2 # custom package from image_crop
insta_assets_crop: ^0.1.0 # custom package from image_crop
fraction: ^5.0.3 # to show crop ratio in crop view

wechat_assets_picker: ^9.2.2
Expand Down

0 comments on commit 747f642

Please sign in to comment.