Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 723 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 723 Bytes

Go Check-In Apps

Simple app of covid check-in and using api for using handle database

How to run

  • Install Flutter(Latest version is recommended)
  • Change lib/helperurl.dart url to your IP Address. U can get your IP Address by open CMD and typing ipconfig then u will got IPV4 example: http://192.168.1.102:8787
  • Then you need to clone Go Check-In Apps API
  • Make sure Go Check-In Apps API is running on background by following instruction on Go Check-In Apps API repo
  • Open project then typing flutter pub get on terminal
  • Run the project by click f5 button or you can build and install release version by typing flutter build apk then flutter install