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.