/fresh_breath

Flutter app for hackathon 2020

Primary LanguageDart

Fresh Breath

Flutter application for Flutter Hackathon 2020

About our project

This app is about informing people about how polluted the region they reside in is, to take action, and checking air pollution in any place.

Description

This app uses an https://aqicn.org API to keep the user informed about air quality in his region or any region he wishes to search, it also has an automated chatbot to help answer questions when necessary.

Motivation

The origin of this pandemic was the lack of empathy people showed to the environment and to other creatures living on this planet. We saw the positive impact our "staying at home" had on the planet. For that we believe that it is important to raise awareness of how pollution is affecting us and how we can take actions to make things better. Our app focuses on air pollution, it keeps users informed by giving AQI readings in their area with details on pollutants and offers advice on how to help.

Download APK

https://github.com/rmm93/fresh_breath/blob/master/README%20items/Fresh_Breath.apk

Screenshots

Getting Started

  1. A few resources to get you started if this is your first Flutter project:
  2. For help getting started with Flutter, view the [online documentation](https://flutter.dev/docs), which offers tutorials,samples, guidance on mobile development, and a full API reference.
  3. To get same API we are using go to https://aqicn.org/api/ and you will find the link to register in the Initail Setup.
  4. Then under lib => data make a file "confidential.dart".
  5. Add a String named "apiKey" and add the key to it.
  6. Then just run "flutter run" in terminal.