A Flutter App for Address Update Theme UIDAI Hackathon 2021
Address_update_Theme_UIDAI_Hackathon
Address Update Theme UIDAI Hackathon
Application for Address Update Theme UIDAI Hackathon 2021.
Key Features
- Sharing Address through e-KYC
- Verification through Barcode
- Verify GPS Location
- Action Logs
- Saving fingerprint and user image record
Preview | Preview |
---|---|
How To Use
To clone and run this application, you’ll need Git and Flutter installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Rahul-Ranjan-Singh/Address_update_Theme_UIDAI_Hackathon
## To Run Resident App
# Go into the repository
$ cd resident_app
# Install dependencies
$ flutter packages get
# Run the app
$ flutter run
## To Run Verifier App
# Go into the repository
$ cd verifier_app
# Install dependencies
$ flutter packages get
# Run the app
$ flutter run