-
Flutter / Firebase application
-
Pick Image from Gallery / Take Image from Camera
-
Store Original Image in database
-
Process the Image
-
Store Processed Image in database
The following packages were used for the development of this application.
cloud_firestore: ^3.4.5
for storing url, with timestamp into firestorefirebase_core: ^1.12.0
for connecting our Flutter app to our Firebase project.firebase_storage: ^10.2.8
for storing images into firebase storagefluttertoast: ^8.0.9
for showing toast messagesimage_picker: ^0.8.5+3
for picking images from gallery/cameraopencv_4: ^1.0.0
for using opencv libraries to work with, we used sobel operatoruuid: ^3.0.6
for generating unique ids for the processed images
Home Screen < B/W photo scan >