Back in September 2020, I enrolled in Beginner Flutter course from Dicoding. And on the last part of the course, I got a submission task to create a Flutter app. There are some requirements, such as:
- Stateless widget usage
- Stateful widget usage
- Have a minimum of 2 pages and using Navigation
- No overflow within the app (plus point if it has responsive design)
And since Covid situation is getting worse in Indonesia, I thought creating an app to shows live data from Covid status in Indonesia will be helpful. That's why Convince is created in the first place.
- Have Flutter installed (for installation guidance go check this link)
- Have an Android / iOS emulator installed (or you can simply plug your own device to your computer)
- Open your terminal
- Change the working directory into the current project directory
- Execute
flutter build apkin your terminal
- Open your terminal
- Change the working directory into the current project directory
- Execute
flutter runin your terminal
No test has been written yet for this app
