cloud_storage_uploader 1.0.2
cloud_storage_uploader: ^1.0.2 copied to clipboard
A comprehensive Flutter package for seamlessly handling image picking, compression, and uploading to Firebase Storage.
1.0.2 #
- Updated the image source selector UI to use a grid-style dialog instead of a bottom sheet.
- Updated
flutter_image_compressdependency to^2.5.1. - Adjusted Dart SDK constraint to
^3.12.0.
1.0.1 #
- Added default fallback to
ImageSource.cameraifcontextis null inpickCompressAndUpload. - Minor code formatting improvements.
1.0.0 #
- Stable Release: Upgraded to version 1.0.0.
- Added
pickAndCompressmethod to easily pick and compress an image without immediately uploading it. - Enhanced documentation regarding
BuildContextrequirements when not specifying anImageSource.
0.0.4 #
- Added null-safety support
0.0.3 #
- Fixed a
BuildContextassertion error by allowingcontextto be passed topickCompressAndUpload. - Added
compressAndUploadBytesto support uploadingUint8Listimage data. - Added
saveBytesLocalanduploadBytesutility methods for direct byte handling. - Renamed
compressAndUploadtocompressAndUploadFile. - Renamed
uploadProfileOrGenericImageIfLocaltouploadIfLocalfor clarity.
0.0.2 #
- Updated pubspec.yaml file.
- Added homepage and repository fields.
0.0.1 #
- Initial release: Includes full image upload pipeline with compression, picking, and Firebase Storage integration.