This is a simple app that shows the air quality index of a city. The data is fetched from AirVisual API.
You can see the packages used in this project in the file pubspec.yaml.
To try the app, you can clone this repository and run it on your local machine:
$ git clone https://github.com/RidhaAF/air_quality_index.git
$ cd air_quality_index
Get all the dependencies:
$ flutter pub get