Fingerprint Mobile App

This repository contains the UI of a fingerprint mobile app that enrolls, verifies, and identifies various fingerprints.

Installation

Flutter

https://docs.flutter.dev/get-started/install
Select your development platform and follow the steps.
(Recommended to install through VSCode)

To make sure everything is set up correctly:
flutter doctor

Depending on whether you want to test on an ios or android device, then you may need to download Android Studio or XCode.
This is if you want to run simulations without a physical device.

Android Studio

https://developer.android.com/studio
Create a device within the Virtual Device Manager.
(If device doesn't work, try switching for a new one.)

XCode

(Must be on macOS)
https://developer.apple.com/xcode/
(Device provided)

Clone the repository

git clone https://github.com/jefftheref21/ContactlessFingerprintMobileApp.git
cd ContactlessFingerprintMobileApp

Install dependencies

flutter pub get

Run Code

flutter run
OR
Simply run main.dart in VSCode