- 50 after clicking the image picker the dialog appears but when clicking on cancel the loader is not dismissing by @TesteurManiak in #51
- Removed
WebImagePicker
,getImageInfo
andgetVideoInfo
became methods (Check the migration guide for more info)
Full Changelog: https://github.com/Ahmadre/image_picker_web/compare/3.1.1...4.0.0
- Fixed
MediaInfo.fromJson
parsing and added unit tests
- Updated Dart SDK constraint to
>=3.0.0 <4.0.0
- Updated linting rules
- Changed license to MIT
- Fixed README.md
- [BREAKING CHANGES] Removed deprecated methods
getImage
,getMultiImages
andgetVideo
- Added methods
getMultiVideosAsBytes
,getMultiVideosAsFile
- Updated example project to null safety.
- Fixed potential issue with null value for methods
getImageInfo
,getVideoAsBytes
andgetVideoInfo
.
- Deprecated
getImage
,getMultiImages
andgetVideo
methods. - Added methods
getImageAsBytes
,getImageAsWidget
,getImageAsFile
,getMultiImagesAsBytes
,getMultiImagesAsWidget
,getMultiImagesAsFile
,getVideoAsFile
andgetVideoAsBytes
(#29)
- Fixed a typo in the
README.md
- Fixed issue #25 when clicking on cancel or close buttons
- Improved example file
- Fixed issue #22
- Fixed
FutureOr<Map<String, dynamic>>
cast
- Breaking Changes: migrated code to nullsafety
- Removed deprecated properties
- Added
toJson
method toMediaInfo
- Fixed
getImageInfo
andgetVideoInfo
- Updated
example/main.dart
- Fixed
pickImage
andpickVideo
- Fixed compatibility with iOS web browser
- Upgraded minimum sdk to
>=2.7.0
- Added new
ImageType.mediaInfo
- Made some code refacto
- Update README.md
- Format code to dartfm standard
- Added comments
- 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