FLUTTER ECOSYSTEM

Rodiii/flutter_firebase_picture_uploader

Flutter용 이미지 업로드 위젯으로 하나 이상의 이미지를 선택하고 Firebase 스토리지에 업로드하는 데 도움을 줍니다.

flutter_firebase_picture_uploader 프로젝트 이미지
Stars
13
Forks
18
최근 푸시(UTC)
2022. 12. 27.
프로젝트 상태
활성
Christoph Rothermel GitHub avatar
GITHUB User

Christoph Rothermel ↗

rot|h|echUlm, Germany공식 웹사이트 ↗
언어DartRubySwiftObjective-C

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 11 개

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

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.