oneplanet-corona-app
Introduction: Coronavirus Tracker App written in Dart/Flutter for Android & iOS
Tags:
This was sprint project to hash out the code and release an (Android & iOS) app in their corresponding Play/App Store over the weekend.
Project Repos
- App: ylogx/oneplanet-corona-app
- The app is written in dart with Flutter framework and works on both Android & iOS. App supports dark & light mode.
- API Backend: ylogx/oneplanet-corona-backend
- App Webpage: ylogx/oneplanet-corona-web
- The app's webpage is a requirement for submitting the app to App/Play Store (privacy page, tos page, etc.)
Development
To build the application, use: flutter build.
There are tons of useful commands in Makefile like make apk for building release apk, make install for installing on iOS.
