FLUTTER ECOSYSTEM

Rodiii/flutter_firebase_picture_uploader

Bildupload-Widget für Flutter, das bei der Auswahl und dem Hochladen eines oder mehrerer Bilder in den Firebase-Speicher hilft.

Projektcover von flutter_firebase_picture_uploader
Stars
13
Forks
18
Letzter Push (UTC)
27.12.2022
Projektstatus
Aktiv
Christoph Rothermel GitHub avatar
GITHUB User

Christoph Rothermel ↗

rot|h|echUlm, GermanyOffizielle Website ↗
SprachenDartRubySwiftObjective-C

Von diesem Repository veröffentlichte Pakete

Verwendete Abhängigkeiten

Abhängigkeiten 11 Einträge

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

Flutter Firebase Picture Uploader

https://github.com/Rodiii/flutter_firebase_picture_uploader/raw/master/example_screenshot.png

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.