This project aims to create a page that has a ListView where the images will be displayed.
- Display images in a ListView
- Supports multiple image formats
- Support gallery and camera options
rename: ^3.0.2image_picker: ^1.1.2firebase_core: ^3.12.1permission_handler: ^11.3.1flutter_launcher_icons: ^0.14.3
This app is connected to Firebase for backend services and uses Firebase Distribution for testing purposes.
- Go to the Firebase Console.
- Create da new project.
- Added the app to the Firebase project.
- Downloaeded the
google-services.jsonfile for Android and place it in theapp/directory. - Added the Firebase SDK to the app.
- Initialized Firebase in the app.
Firebase Distribution is used to distribute the app to testers.
- After downloading app apk using
flutter build --releasecommand then uploading the apk to Firebase Distribution. - Invite testers to the Firebase project to get access to the app.