Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chavesgu committed Apr 25, 2021
1 parent c6b8539 commit 7748be9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.2.1
update important readme
## 1.2.0
fix android save bug
## 1.1.0
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,14 @@ CropOption cropOpt,
int maxSize,
double quality,
```
### proguard-rules
```
-keep class com.luck.picture.lib.** { *; }
-dontwarn com.yalantis.ucrop**
-keep class com.yalantis.ucrop** { *; }
-keep interface com.yalantis.ucrop** { *; }
```

# License
MIT License
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ public void onResult(List<LocalMedia> medias) {
// 结果回调
List<Object> resArr = new ArrayList<Object>();
for (LocalMedia media:medias) {
Log.i("media mimeType", media.getMimeType());
HashMap<String, Object> map = new HashMap<String, Object>();
String path = media.getPath();
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
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: images_picker
description: Flutter plugin for selecting images/videos from the Android and iOS image library, and taking pictures/videos with the camera,save image/video to album/gallery.
version: 1.2.0
version: 1.2.1
homepage: https://github.com/chavesgu/images_picker

environment:
Expand Down

0 comments on commit 7748be9

Please sign in to comment.