Airometer is an app that can track and summarise the air quality around you or anywhere round the globe.
Click on me to get the application
In case the application doesn't load properly, make sure to turn on location and relaunch it.
- Live Air Quality Information using Reatime Location
- AQI information of every place around the globe
- Information on all major polluting agents
- Automatically updates data time to time
- Notification widget briefly describing air quality
- Automatic notification alerts at poor air quality
- Clean and elegant UI
- No Subscription
- No Ads
Check it out yourself :)
- If you don't have Flutter SDK installed, please visit official Flutter site.
- Fetch latest source code from master branch.
git clone https://github.com/Air-Quality-Index/Airometer.git
- Generate and add api key
- Sign in to OpenWeatherMap.org to retrieve your own API Key.
- In the path
airometer\lib\api
create fileapi_key.dart
. - In the file
api_key.dart
paste the codeconst apiKey="API_KEY";
. - Replace the text
API_KEY
with your own api key.
- Run the app with Android Studio or VS Code. Or the command line:
flutter pub get
flutter run
We are not accepting outside contributions for this project. However, a feedback would greatly contribute to the purpose of the project. Please leave a feedback after using it :)