Skip to content

iboen/kcov19-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KawalCovid19 app is currently using Flutter

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.

Features

  • Latest articles
  • FAQ
  • Important links
  • RS Rujukan
  • Peta Kasus Global Covid-19

Quick start

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.

About Flutter

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.

Libraries

How to run

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published