/covid_19

This Application is Integrated with several APIs for covid patient Tracker at all the stack such as countries states.

Primary LanguageDart

Covid19 Patients Tracker

This Appllication is Integrated with the several API for covid patient Tracker at all the stack such as countries states .

For help getting started with Flutter, view the online documentation.

You can check out the corresponding Google code lab here.

Demo

Demo Demo

Getting Started

Note: Make sure your Flutter environment is setup.

Installation

In the command terminal, run the following commands:

$ git clone git@github.com:in-00/covid_19.git
$ cd covid_19/
$ flutter run

Simulate for iOS

Method One

Open the project in Xcode from ios/Runner.xcodeproj.
Hit the play button.

Method Two

Run the following command in your terminal.
$ open -a Simulator
$ flutter run

Simulate for Android

Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run
Check out Flutter’s online documentation for help getting start with your Flutter project.