← Back to projects
Flutter

DeepBreath

Flutter Dart GetX

DeepBreath is a Flutter application that shows real-time air quality data for any location. Users can browse countries, drill into specific locations, and inspect detailed air quality parameters.

Features

  • Browse countries and their available monitoring locations
  • View detailed air quality parameters per location
  • Clean, animated UI with hero transitions
  • Country flag display

Tech Stack

Layer Technology
Framework Flutter (SDK 3.2+)
Language Dart
State / DI / Routing GetX 4.6
Networking http 1.2
i18n intl 0.19
Animations hero_animation
Flags flag 7.0
Font Proxima Nova

Architecture

Feature modules (countries/, location/) with shared utilities in utils/. GetX handles dependency injection, state management, and named-route navigation.