firebase_picture_uploader 1.1.0 firebase_picture_uploader: ^1.1.0 copied to clipboard
Picture upload widget which helps selecting and uploading one or multiple images to firebase storage.
1.1.0 #
- Feature: Add option to select image from gallery and/or camera
- Feature: Add customization options (width and height) for PictureUploadButton
- Fix: Fixed an issue with minImageCount / maxImageCount that minImageCount = 0 wasn't possible
- Fix: Decreased image dependecy to ^2.1.4
1.0.0+6 #
- Fixed a bug in image url caching which caused to return null if not cached instead of receiving the image url from firebase.
1.0.0+5 #
- Fixed a bug that caused customUploadFunction not to work because of a forgotten await
- Made parsing of file name more flexible.
- The filename mist be like custom1_..._custom_x_id_customy.(jpg|png|...) now
1.0.0+4 #
- Add reference to complete tutorial
- Add documentation to code
1.0.0+3 #
- Updated homepage to github reference.
1.0.0+2 #
- Updated homepage to github reference.
1.0.0+1 #
- Initial release.