Due to high numbers of volunteers that are expert on Kotlin, we are moving this app to native Android, not using cross platform (Flutter) anymore.
- Latest articles
- FAQ
- Important links
- RS Rujukan
- Peta Kasus Global Covid-19
This is a normal flutter app. You should follow the instructions in the official documentation. This project uses BLoC (business logic component) to separate the business logic with UI itself. It's recommended to do self-study about it before jumping into the project here.
Flutter is Google's SDK for crafting beautiful, fast user experiences for mobile, web and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source. We think Flutter will help you create beautiful, fast apps, with a productive, extensible and open development model.
To run the app, switch to that project's directory, and use flutter run
. Make sure you have an emulator running, or a device connected over USB and debugging enabled on that device.
flutter run
If you want to generate file *.g.dart
, you can use this command on terminal.
One time build:
flutter pub run build_runner build
or you can watch for changes and rebuild automatically
flutter pub run build_runner watch