Build a Flutter expense manager app.
Track expenses and understand app state clearly.
This version focuses on core Flutter concepts using setState.
- Clone the repository
- Run
flutter pub get - Run
flutter run - Add and view expenses in the app
This GitHub version uses setState only.
It does not include local data persistence.
The Pro version of this app includes Hive storage.
The Hive-based Pro app is available inside the course resources.
This mini class helps you move from basic state to real apps.
Learn how to add Hive storage and persist expense data.
Upgrade to the Pro version for a production-ready experience.