multiple_images
Medium Article: https://medium.com/@fss491989/hello-everyone-today-we-will-learn-how-to-pick-multiple-images-upload-them-on-firebase-fetch-6c0710ef955c
A new Flutter application Medium
Difficulty Level:
Intermediate
Prerequisites:
You must have basic knowledge of integrating firebase with flutter.
Packages used:
1. Multiple Image Picker
It is used to pick multiple images https://pub.dev/packages/multi_image_picker
2. Carousel Pro
It is used to display multiple images as slider widget https://pub.dev/packages/carousel_pro
3. Cloud Firestore
It will be used to store URLs of images https://pub.dev/packages/cloud_firestore
4. Firebase Storage
It will be used to store image files https://pub.dev/packages/firebase_storage
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.