From 7297c846531908f3be78ed164ab81fbceb644a89 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 23 Nov 2020 20:43:59 +0800 Subject: [PATCH 1/2] :sparkles: Add WeChat assets/camera picker. --- source.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source.md b/source.md index f8066c1..96fd338 100644 --- a/source.md +++ b/source.md @@ -236,6 +236,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith) - [Bitmap](https://github.com/renancaraujo/bitmap) - Perform Bitmap manipulations (such as contrast and exposure) with a help from the Dart FFI by [Renan C. Araújo](https://github.com/renancaraujo) - [Crop](https://github.com/xclud/flutter_crop) - Crop any widget/image in Android, iOS, Web and Desktop by [Mahdi K. Fard](https://github.com/xclud/) +- [WeChat Assets Picker](https://github.com/fluttercandies/flutter_wechat_assets_picker) - An assets picker in WeChat style, support multi assets picking by [Alex Li](https://github.com/AlexV525). +- [WeChat Camera Picker](https://github.com/fluttercandies/flutter_wechat_camera_picker) - A camera picker in WeChat style which is the extension for the assets picker by [Alex Li](https://github.com/AlexV525). ### Map From b766a3e2498c6d43e5017b51f4eae4cdd27478be Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 21 Dec 2020 15:48:03 +0100 Subject: [PATCH 2/2] Image Picker section --- source.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source.md b/source.md index 96fd338..6e57d60 100644 --- a/source.md +++ b/source.md @@ -225,7 +225,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Image -- [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com) - [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) - Carousel slider widget, support infinite scroll and custom child widget by [serenader](https://github.com/serenader2014) - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy) - [Photo View](https://github.com/renancaraujo/photo_view) - Scalable image view with loading placeholder by [Renan C. Araújo](https://github.com/renancaraujo) @@ -236,8 +235,11 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) - Use airbnb's popular [After Effects Animation library](https://airbnb.design/lottie/) by [Cameron Smith](https://github.com/CameronStuartSmith) - [Bitmap](https://github.com/renancaraujo/bitmap) - Perform Bitmap manipulations (such as contrast and exposure) with a help from the Dart FFI by [Renan C. Araújo](https://github.com/renancaraujo) - [Crop](https://github.com/xclud/flutter_crop) - Crop any widget/image in Android, iOS, Web and Desktop by [Mahdi K. Fard](https://github.com/xclud/) -- [WeChat Assets Picker](https://github.com/fluttercandies/flutter_wechat_assets_picker) - An assets picker in WeChat style, support multi assets picking by [Alex Li](https://github.com/AlexV525). -- [WeChat Camera Picker](https://github.com/fluttercandies/flutter_wechat_camera_picker) - A camera picker in WeChat style which is the extension for the assets picker by [Alex Li](https://github.com/AlexV525). + +#### Image Picker + +- [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com) +- [WeChat Assets Picker](https://github.com/fluttercandies/flutter_wechat_assets_picker) - Assets picker in WeChat style, support multi assets by [Alex Li](https://github.com/AlexV525). ### Map