firestore_picture_uploader 1.3.2 copy "firestore_picture_uploader: ^1.3.2" to clipboard
firestore_picture_uploader: ^1.3.2 copied to clipboard

Picture upload widget which helps selecting and uploading one or multiple images to firebase storage.

Flutter Firebase Picture Uploader #

This library offers a Picture Upload widget which can be used to upload one or multiple images to your Firebase Storage.

With this library the following is possible:

  • Upload one or multiple images via PictureUploadWidget
  • Delete images via PictureUploadWidget
  • Multiple customization options (font size, text, color, etc.)
  • Custom upload or download methods possible

Prerequisites #

Important: In order to use this library, you have to...

  1. Add Firebase to your project, e.g. for iOS copy your GoogleService-Info.plist into ios/Runner/
  2. Configure image_picker for iOS, see https://pub.dev/packages/image_picker.

Quick Usage #

A complete tutorial how to use PictureUploadWidget can be found here: Tutorial

Summary:

  1. Apply the prerequisites mentioned above to your project
  2. Please refer to the example for usage: Quick-Link

Example #

Link to example video: https://github.com/Rodiii/flutter_firebase_picture_uploader/raw/master/example.gif

Bugs/Requests #

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull Request are also welcome.

1
likes
110
pub points
33%
popularity

Publisher

unverified uploader

Picture upload widget which helps selecting and uploading one or multiple images to firebase storage.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cached_network_image, cupertino_icons, firebase_core, firebase_storage, flutter, image, image_cropper, image_picker, path_provider, shared_preferences

More

Packages that depend on firestore_picture_uploader