Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piedcipher/ncovid19-tracker
🦠nCovid19 Tracker built using Flutter
https://github.com/piedcipher/ncovid19-tracker
coronavirus coronavirus-tracking covid-19 covid19 dart flutter flutter-apps
Last synced: 30 days ago
JSON representation
🦠nCovid19 Tracker built using Flutter
- Host: GitHub
- URL: https://github.com/piedcipher/ncovid19-tracker
- Owner: piedcipher
- License: mit
- Created: 2020-03-15T18:53:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T15:33:54.000Z (almost 5 years ago)
- Last Synced: 2024-10-19T00:38:06.274Z (4 months ago)
- Topics: coronavirus, coronavirus-tracking, covid-19, covid19, dart, flutter, flutter-apps
- Language: Dart
- Homepage: https://covid19t.surge.sh
- Size: 887 KB
- Stars: 26
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nCovid19-tracker
nCovid19 Tracker built using Flutter & Coronavirus Tracker API.
## Screeshots
Web
PWA
Android
Linux
## Dependencies
- [flutter_bloc](https://pub.dev/packages/flutter_bloc)- [http](https://pub.dev/packages/http)
- [built_value](https://pub.dev/packages/built_value)
- [built_collection](https://pub.dev/packages/built_collection)
- [url_launcher](https://pub.dev/packages/url_launcher)
- [shared_preferences](https://pub.dev/packages/shared_preferences)
- [demoji](https://pub.dev/packages/demoji)
## Dev Dependencies
- [build_runner](https://pub.dev/packages/build_runner)- [built_value_generator](https://pub.dev/packages/built_value_generator)
## Building
```
$ git clone https://github.com/piedcipher/nCovid19-tracker.git
$ cd nCovid19-tracker
$ flutter pub get
$ flutter run -d
```## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.