Overview
The Zeus Flutter app provides a beautiful, responsive mobile interface for expense tracking. Built with modern Flutter patterns and a local-first architecture.Features
Offline-First
Full functionality without network connection
Cross-Platform
Single codebase for iOS and Android
State Management
BLoC pattern for predictable state
Local Cache
SQLite for instant data access
Tech Stack
| Component | Technology | Purpose |
|---|---|---|
| Framework | Flutter 3.10+ | UI framework |
| State | BLoC + Cubit | State management |
| Cache | sqflite | SQLite database |
| Networking | http/dio | API communication |
| DI | Provider/GetIt | Dependency injection |

