cloud_storage_uploader 1.0.2 copy "cloud_storage_uploader: ^1.0.2" to clipboard
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_compress dependency to ^2.5.1.
  • Adjusted Dart SDK constraint to ^3.12.0.

1.0.1 #

  • Added default fallback to ImageSource.camera if context is null in pickCompressAndUpload.
  • Minor code formatting improvements.

1.0.0 #

  • Stable Release: Upgraded to version 1.0.0.
  • Added pickAndCompress method to easily pick and compress an image without immediately uploading it.
  • Enhanced documentation regarding BuildContext requirements when not specifying an ImageSource.

0.0.4 #

  • Added null-safety support

0.0.3 #

  • Fixed a BuildContext assertion error by allowing context to be passed to pickCompressAndUpload.
  • Added compressAndUploadBytes to support uploading Uint8List image data.
  • Added saveBytesLocal and uploadBytes utility methods for direct byte handling.
  • Renamed compressAndUpload to compressAndUploadFile.
  • Renamed uploadProfileOrGenericImageIfLocal to uploadIfLocal for 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.
1
likes
160
points
196
downloads

Documentation

API reference

Publisher

verified publisherprimestop.in

Weekly Downloads

A comprehensive Flutter package for seamlessly handling image picking, compression, and uploading to Firebase Storage.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

firebase_storage, flutter, flutter_image_compress, image_picker, path_provider

More

Packages that depend on cloud_storage_uploader