Flutter Tutorial – Upload Images using Firebase Storage
Flutter Tutorial – Upload Images using Firebase Storage. Flutter Tutorial – Upload Images using Firebase Storage Video series can be watched here
Getting Started
we will see how to pick images from the image library and also, see how to store the selected images on Firebase.
To perform these actions, I shall be using the “Image_picker” and “firebase_storage” plugins and below are the details
https://pub.dartlang.org/packages/image_picker#-readme-tab- image_picker: ^0.5.3+1 https://pub.dartlang.org/packages/firebase_storage firebase_storage: ^2.1.0+1
To set up the project on Firebase console use this link https://console.firebase.google.com
Also if you would like to know how to set up the project on Firebase then watch my video series
Regarding the context error please check the linked document for more details. https://docs.flutter.io/flutter/material/Scaffold/of.html
Credit
This is developed by whatsupcoders
Download this project from the below link.
https://github.com/whatsupcoders/Flutter-ImageUpload/archive/refs/heads/master.zip
You can visit original source page from the below link:
https://github.com/whatsupcoders/Flutter-ImageUpload