Skip to content

Latest commit

 

History

History
53 lines (53 loc) · 2.35 KB

README.md

File metadata and controls

53 lines (53 loc) · 2.35 KB

Document-Wallet-App

Android Flutter Firebase

Overview

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. 🔥

Built using:

Features

  • Easy google authenticated login
  • Easy image upload from gallery
  • User friendly interface
  • Search functionaliy in O(logn) time
  • One tap document search

How to Use:

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