A minimalistic expense tracker built in Flutter to manage your personal finances smoothly and simply.
- ✅ Add & delete daily expenses
- 📊 Visualize spending habits with charts
- 🧮 Categorize expenses (food, travel, bills, etc.)
- 🔎 Filter by time or category
- 💾 Offline support using local storage
- 🌙 Dark mode support (optional)
- 🧼 Clean, minimal UI focused on usability
| Tech | Description |
|---|---|
| Flutter | Cross-platform UI toolkit |
| Dart | Language used for Flutter apps |
| Hive | Lightweight local database |
| fl_chart | Visualizing data through charts |
| Provider (or Riverpod) | State management solution |
-
Clone the repository
git clone https://github.com/HashSlap-Summer-of-Code/ex-tracker.git cd ex-tracker -
Get dependencies
flutter pub get
-
Run the app
flutter run
(Add your actual screenshots in the
screenshots/folder and update the paths below)
| Home | Add Expense | Charts |
|---|---|---|
This project is part of HashSlap Summer of Code and welcomes contributors of all levels!
- 🍀 Fork this repository
- 💬 Check out issues
- 📥 Submit your Pull Request
Please read our CONTRIBUTING.md and CODE_OF_CONDUCT.md before contributing.
This project is licensed under the MIT License – see the LICENSE file for details.
- Built with ❤️ for the Open Source community
- Developed under HashSlap Summer of Code (HSSoC)