This repository contains the UI of a fingerprint mobile app that enrolls, verifies, and identifies various fingerprints.
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.
https://developer.android.com/studio
Create a device within the Virtual Device Manager.
(If device doesn't work, try switching for a new one.)
(Must be on macOS)
https://developer.apple.com/xcode/
(Device provided)
git clone https://github.com/jefftheref21/ContactlessFingerprintMobileApp.git
cd ContactlessFingerprintMobileApp
flutter pub get
flutter run
OR
Simply run main.dart in VSCode