A flutter project allows users to be aware of the covid stats around the world and particularly India. It provides the users with news feed on the covid virus around the world. Basic guidlines are also provided to help the users keep themseves safe. The basic concepts implemented in this project :
- Authenticate users using an authentication provider like Firebase.
- API's are implemented to view data.
- World screen shows the covid stats all around the world.
- India screen shows covid stats of all the states in India.
- News screen shows all the news feed of covid related topics arounf the world.
- Be Safe screen provides basic guidelines which helps keep one safe if followed.
For running this script you'll need:
- Android Studio
- Android Emulator (In Android Studio) or Android device
- Flutter Plugin
- To download Android Studio Click Here
- Go to the "Configure Menu" in Android Studio and select "plugins". Click on browse repositories and search for the flutter plugin and install it.
- Copy the Github project repository url link. Select option "Get from version control" in Android Studio and select "Git" as version control. Paste the url link and select "Clone".
- After the cloning process is complete ,open the project seperately in Android Studio by selecting "Open an existing Android Studio project" in the location where you have cloned the project.
- After the project opens, go to the main.dart file and click on get dependencies.
- Connect your phone to your laptop or desktop, or select the android emulator in Android Studio.
- Click on run to see the application run on your device.
- Android Studio
- Dart
- Flutter
This is how the application looks when you run it.