-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6e10cd
commit 430f1d4
Showing
3 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,7 @@ | |
- MultiImagePickerViewController created | ||
- ImageFile created | ||
|
||
## 0.0.2 | ||
|
||
- Fixed Web Support | ||
- Improved Example |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: multi_image_picker_view | ||
description: A complete widget which can easily pick multiple images from device and display them in UI. Also picked image can be re-ordered and removed easily. | ||
version: 0.0.1 | ||
version: 0.0.2 | ||
author: Shubham Gupta<[email protected]> | ||
homepage: https://github.com/shubham-gupta-16/multi_image_picker_view | ||
repository: https://github.com/shubham-gupta-16/multi_image_picker_view | ||
|