image_picker_web 1.0.0
image_picker_web: ^1.0.0 copied to clipboard
Flutter Web Plugin to pick Images (as Widget or Uint8List) and Videos (as Uint8List)
1.0.0 - [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
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