as_instapicker 1.0.2
as_instapicker: ^1.0.2 copied to clipboard
An image (and videos) picker similar with Instagram, supports multi picking, crop and aspect ratio. fork of insta_assets_picker
Changelog #
1.0.2 #
fit
to show the entire asset in the previewcanCrop
will let the developer decide whether the asset can be zoomed in and croppable by user while selecting or not.- Use
fit: BoxFit.contain
along withcanCrop:false
for better results.
1.0.1+2 #
- Added font family for the picker
fontFamily
- Set action bar text color
actionTextColor
onAssetsUpdated
to handle custom logics when an asset is selected or unselected
1.0.1+1 #
- fixed documentation
1.0.1 #
- Customizable background color for selected asset indicator
indicatorColor
- Add Custom TextStyle for indicator text
indicatorTextStyle
- Add Custom Confrim Icon instead of Confirm Text
ConfirmIcon
- Show count for current selected items
showSelectedCount
1.0.0 #
- fixed issues with Selecting Photos
- Added example clone from
insta_asset_picker
0.0.3 #
- fixed
isOriginal
issue.
0.0.2 #
- bugs fixes and improvements
0.0.1 #
- publishing the latest version