Skip to content

Releases: Ahmadre/image_picker_web

4.0.0

30 May 08:34
Compare
Choose a tag to compare

What's Changed

  • 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 and getVideoInfo became methods (Check the migration guide for more info)

Full Changelog: 3.1.1...4.0.0

3.1.1

03 Aug 15:50
Compare
Choose a tag to compare
  • Fixed MediaInfo.fromJson parsing and added unit tests

3.1.0

03 Aug 12:49
Compare
Choose a tag to compare
  • Updated Dart SDK constraint to >=3.0.0 <4.0.0
  • Updated linting rules
  • Changed license to MIT

3.0.0

21 Nov 12:12
Compare
Choose a tag to compare
  • [BREAKING CHANGES] Removed deprecated methods getImage, getMultiImages and getVideo
  • Added methods getMultiVideosAsBytes, getMultiVideosAsFile

2.1.1

22 Mar 21:57
Compare
Choose a tag to compare

2.1.1 - [22/03/2022]

  • Updated example project to null safety.
  • Fixed potential issue with null value for methods getImageInfo, getVideoAsBytes and getVideoInfo.

2.1.0

14 Dec 13:28
08c9f5a
Compare
Choose a tag to compare

2.1.0 - [14/12/2021]

  • Deprecated getImage, getMultiImages and getVideo methods.
  • Added methods getImageAsBytes, getImageAsWidget, getImageAsFile, getMultiImagesAsBytes, getMultiImagesAsWidget, getMultiImagesAsFile, getVideoAsFile and getVideoAsBytes (#29)

2.0.3+1

09 Aug 11:55
Compare
Choose a tag to compare

2.0.3+1 - [27/06/2021]

  • Fixed a typo in the README.md

2.0.3

15 Jun 12:40
ff4c9b0
Compare
Choose a tag to compare

2.0.3 - [15/06/2021]

  • Fixed issue #25 when clicking on cancel or close buttons
  • Improved example file

2.0.2

26 Apr 22:45
fc6d667
Compare
Choose a tag to compare

2.0.2 - [27/04/2021]

  • Fixed issue #22

2.0.1

03 Apr 08:44
Compare
Choose a tag to compare

2.0.1 - [30/03/2021]

  • Fixed FutureOr<Map<String, dynamic>> cast

2.0.0 - [27/03/2021]

  • Breaking Changes: migrated code to nullsafety
  • Removed deprecated properties

1.1.3 - [06/10/2020]

  • Added toJson method to MediaInfo
  • Fixed getImageInfo and getVideoInfo
  • Updated example/main.dart

1.1.2+1 - [06/10/2020]

  • Fixed pickImage and pickVideo

1.1.2 - [06/10/2020]

  • Fixed compatibility with iOS web browser

1.1.1 - [02/10/2020]

  • Upgraded minimum sdk to >=2.7.0
  • Added new ImageType.mediaInfo
  • Made some code refacto

1.1.0+2 - [01/09/2020]

  • Update README.md

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