/virometer

An open soruce app with which you can display the current virus status of a region

Primary LanguageDartMIT LicenseMIT

alt text An open soruce app with which you can display the current virus status of a region
GitHub GitHub issues
YouTube Video Views

Table of contents

Important

Because in germany you need permission from the federal government or the health department to upload an app that displays corona specific data, the app will only be available on F-Droid
🔴coming soon🔴

Introduction

The Virometer-App is based on the flutter framework.
Because there are some mutations of the Corona-Virus the app is build modular so its easy to add mutations, viruses or regions. The data for the german districts are from the RKI-API

Features

Here you can see the main functions of the app

  • See all german districts
  • Select as much as you want
  • Your selections are permanently stored
  • Look at the most important numbers:
    • 7 days incidence
    • total deaths
    • total cases
  • IOS and Android compatible
  • Todo

Images

Some screenshots:

Video

I have made the video in Adobe After Effects and the design in Adobe XD.

API

I have the data from an API of the Robert Koch Institute, which updates itself every 24 hours.

This is the JSON I used:

Libaries

Dependencies

dependencies:
  intl: ^0.16.1
  http: ^0.12.2
  path_provider: ^1.5.0
  hive: ^1.4.4+1
  hive_flutter: ^0.3.1
  latinize: '>=0.0.1 <1.0.0'
  introduction_screen: ^1.0.7
  flutter:
    sdk: flutter

Installation

Coming soon

F-Droid

Coming soon

Android-IOS

Coming soon(hopefully)

Todo

  • upload Virometer to F-Droid
  • change the input form from ASCII to UTF8
    • maybe sql instead of hive
  • add more regions and viruses
  • fix some minor issues

License

GitHub