Please drop a star⭐ if you like this project.
A Flutter application to track corona cases around the world.
it fetches information using the apis from https://newsapi.org/ and https://corona.lmao.ninja/.
- Clone the code unzip it and open android studio.
- Choose open existing android project.
- Go to tools (presumably you have flutter installed) >flutter>pub get or type "flutter pub get".
- Just to make sure go to flies>sync gradle with project.
- To check everything is fine run flutter doctor.
- To test connect your android device turn on the usb debugging from developers option and type "flutter run" app will be installed on your device.
- To build an apk go to build>generate signed apk and follow the popups and instructions.
-
Flutter
- cupertino_icons: ^0.1.2
- bloc: ^3.0.0
- flutter_bloc: ^3.2.0
- http: ^0.12.0+4
- shared_preferences: ^0.5.6+1
- shimmer: ^1.1.0
- rxdart: ^0.23.1
- cached_network_image: ^2.0.0
- intl: ^0.16.1
- flutter_web_view: ^0.0.6
- webview_flutter: ^0.3.19+7
- url_launcher: ^5.4.2
- pie_chart: ^3.1.1
- charts_flutter: ^0.9.0
-
API
A few resources to get you started if this is your first Flutter project:
Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Flutter
- newsapi.org
- corona.lamao
- dribbble.com🎨