Skip to content

Hana9JJANG/checkin-flutter-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tapir App

Visitors

  • Visitors can check in when visiting Tapir Grocer.
  • When they check in, the app will capture the visitor's full name, NRIC number, body temperature, date, and time.
  • Instead of typing the URL into their browser, visitors can quickly open the check in link.

Owner

  • Location owners can sign up with the app and generate a link to display to their visitors.
  • When visitors visit this link, they can check in.

Screenshot

Homepage

Screenshot

Visitor

Screenshot Screenshot

Owner

Screenshot Screenshot Screenshot

Installation

First, you will need to install flutter following the instructions on their site.

Command

Install dependencies

flutter pub get

Run application

flutter emulators --launch <emulator_name>
flutter run

Build

flutter build apk

Run tests

flutter test

Configuration