image_picker_web_redux 1.1.0+1
image_picker_web_redux: ^1.1.0+1 copied to clipboard
Flutter Web Plugin to pick Images (as Widget, File or Uint8List) and Videos (as File or Uint8List)
1.1.0+1 - [01/09/2020] #
- Format code to dartfm standard
- Added comments
1.1.0 - [01/09/2020] #
- Retake of the discontinued package image_picker_web
- Refacto of method
getImage
- Added method
getMultiImages
to allow multi-image selection - Added a few comments for documentation generations
1.0.9 - [16.05.2020] #
- Add
getMultipleImageInfos()
example for getting all available picked types.
1.0.6 - [31.03.2020] #
- Update pub readme
1.0.3 - [20.03.2020] #
- Refactor Models
- Add Image and Video Enums
- Add
pickFile
for images and videos (automatically filters types for platform picker) - Add
outputType
forgetImage
andgetVideo
- Update example
0.1.6 - [07.02.2020] #
- Add description
0.0.5 - [07.02.2020] #
- Add credits and
MediaInfo
0.0.4 - [07.02.2020] #
- Add full example app
0.0.3 - [07.02.2020] #
- Initial Release
- Add parameter
asUint8List
for getImage - Add
getVideo
andgetVideoInfo