basic_utils
文字列、日付、X509、PKCS、暗号化などに関する一般的なユーティリティクラス。
COVID-19に関するデータビジュアライゼーション
文字列、日付、X509、PKCS、暗号化などに関する一般的なユーティリティクラス。
完全にDartで書かれたSSHおよびSFTPクライアントで、機能が豊富かつ使いやすいことを目指しています。
v1.0.18魅力的なランダムカラーを生成するためのFlutterパッケージです。データ可視化やジェネレーティブアートなどに活用できます。
数値を美しい文字列にフォーマットするためのDartライブラリ。数値を美しく、読みやすく、短い文字列にフォーマットします。
{"sdk":"flutter"}^1.0.2^2.0.15^2.1.2^0.62.0^2.8.2^5.2.1+1^2.0.1^1.0.14^5.6.1^8.1.3^6.1.12{"sdk":"flutter"}^2.0.0以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
COVID-19 data explorer
The project is a data visualizer about COVID 19, it aims to analyze the data obtained about the virus through the Disease API and Athena API, process and show it in a Liquid Galaxy cluster. Thus, it will be possible for the user to filter the data about the virus and view its trajectory around the world.
Dashboard image 1 Dashboard image 2
Dashboard image 3 Config page
Statistics detail page See on liquid galaxy page
Before continuing, make sure to have installed in your machine Git and Flutter. Read Flutter documentation for further information.
Then, clone the project:
$ git clone https://github.com/Na1au/COVID19_data_explorer.git
$ cd COVID19_data_explorer
With the project cloned, run it by using the following command:
❗ You must have a mobile device connected or an android emulator running in order to run the app.
$ flutter run
In order to have a installed version of the app, you may run the command below:
$ flutter build apk --release
The
--releaseflag is optional as it generates a final version of the application that can be tested in a real android service.
Once done, the APK file may be found into the /build/app/outputs/flutter-apk/ directory, named app-release.apk.
With the app opened, a cog button (⚙️) may be seen into the home page toolbar (top right corner). When clicked, it will lead you to the settings page, in which a form may be found.
Fill it up with the Liquid Galaxy IP address, host name, password, and total machines number in the Liquid Galaxy RIG.
After done, click into the Connect to LG button and check whether the Connection status changes to Connected, in case it doesn't, there's something wrong with the given information or your device connection.
Once connected, head back to the home page and use the app as you wish. Note that all data is kept in local storage after the first load and updated whenever used data is updated in API. The data of the "new" category is updated every day and the day is reset after midnight GMT+0. The data of global statistics and total cases are updated every 10 minutes
The COVID-19 data explorer is licensed under the MIT license.
Check out our Privacy Policy to see more information about the application.