Simple app of covid check-in and using api for using handle database
- 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 typingipconfig
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 typingflutter build apk
thenflutter install