Ideated a simple and user friendly way to keep track of important documents, just click the image of document and store in the application and whenever you need it open application, search it down and baam you have the document. 🔥
- Flutter: Flutter documentation
- Dart: Dart documentation
- Google Cloud: Google cloud console documentation
- Google Firebase: Google firebase documentation
- Google Firestore: Google firestore documentation
- Google Firebase Storage: Google firebase storage documentation
- Easy google authenticated login
- Easy image upload from gallery
- User friendly interface
- Search functionaliy in O(logn) time
- One tap document search
Step 1:
Download or clone this repository by using the link below:
https://github.com/Pranavchiku/Document-Wallet-App.git
Step 2:
Open the project in an IDE and execute the following command in console to get the required dependencies:
flutter pub get
Step 3:
Run the project by executing the below piece of code in console:
flutter run
If the code shows no sound null safety error, run the below code:
flutter run --no-sound-null-safety
If the code still do not run
Step 4:
flutter clean
Step 5:
flutter upgrade