image_picker_for_web 2.1.0 image_picker_for_web: ^2.1.0 copied to clipboard
Web platform implementation of image_picker
2.1.0 #
- Implemented
getImage
,getVideo
andgetFile
methods that returnXFile
instances. - Move tests to
example
directory, so they run as integration_tests withflutter drive
.
2.0.0 #
- Migrate to null safety.
- Add doc comments to point out that some arguments aren't supported on the web.
0.1.0+3 #
- Update Flutter SDK constraint.
0.1.0+2 #
- Adds Video MIME Types for the safari browser for acception
0.1.0+1 #
- Remove
android
directory.
0.1.0 #
- Initial open-source release.