image_picker_for_web 3.1.0  image_picker_for_web: ^3.1.0 copied to clipboard
image_picker_for_web: ^3.1.0 copied to clipboard
Web platform implementation of image_picker
3.1.0 #
- Adds support for getMultiVideoWithOptions.
- Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
3.0.6 #
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
- Extends the mimepackage version constraint from^1.0.4to>=1.0.4 <3.0.0.
3.0.5 #
- Adds support for web: ^1.0.0.
3.0.4 #
- Improves README example and updates it to use code excerpts.
3.0.3 #
- Migrates package and tests to package:web.
- Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
3.0.2 #
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Removes input element after completion
3.0.1 #
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
3.0.0 #
- BREAKING CHANGE: Removes all code and tests mentioning PickedFile.
- Listens to cancelevent on file selection. When the selection is canceled:- Future<XFile?>methods return- null
- Future<List<XFile>>methods return an empty list.
 
2.2.0 #
- Adds getMediamethod.
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
2.1.12 #
- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
2.1.11 #
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
2.1.10 #
- Updates code for no_leading_underscores_for_local_identifierslint.
2.1.9 #
- Updates imports for prefer_relative_imports.
- Updates minimum Flutter version to 2.10.
- Fixes violations of new analysis option use_named_constants.
2.1.8 #
- Minor fixes for new analysis options.
2.1.7 #
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
2.1.6 #
- Internal code cleanup for stricter analysis options.
2.1.5 #
- Removes dependency on meta.
2.1.4 #
- Implemented maxWidth,maxHeightandimageQualitywhen selecting images (except for gifs).
2.1.3 #
- Add implementsto pubspec.
2.1.2 #
- Updated installation instructions in README.
2.1.1 #
- Implemented getMultiImage.
- Initialized the following XFileattributes for picked files:- name,- length,- mimeTypeand- lastModified.
 
2.1.0 #
- Implemented getImage,getVideoandgetFilemethods that returnXFileinstances.
- Move tests to exampledirectory, 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 androiddirectory.
0.1.0 #
- Initial open-source release.