A minimalist Flutter app for tracking personal expenses with dark & light theme support, immersive UI, and beautiful Material Design. ✨
- 🎮 Gamified Experience: Track expenses while earning XP and maintaining streaks
- Track daily expenses 🗓
- Categorize expenses 🏷
- Date-wise expense management 📆
- Dark & Light theme support 🌓
- Immersive UI mode 📱
- Custom app icon support 🔖
- Responsive layout 📐
- Flutter ^3.5.3
- Dart SDK
- uuid: ^4.5.1 — Unique ID generation 🔑
- intl: ^0.20.2 — Internationalization & formatting 🌐
- cupertino_icons: ^1.0.8 — iOS style icons 🎨
- flutter_launcher_icons: ^0.13.1 — Custom app icon configuration 📱
- Clone the repository:
git clone https://github.com/ArtisticSyndrome/expense_tracker.git- Install dependencies:
flutter pub get- Run the app:
flutter runAdd screenshots 👀
- Icons are located in:
lib/app_icon/5501371.png
lib/app_icon/1.png- Regenerate icons after changes
flutter pub run flutter_launcher_icons- Flutter (Latest Stable Version)
- Dart SDK ^3.5.3
- Android Studio or VS Code
- Enable immersive mode for full-screen experience
- Fork the repository
- Create your feature branch:
git checkout -b feature/AmazingFeature- Commit your changes:
git commit -m 'Add some AmazingFeature'- Push to the branch:
git push origin feature/AmazingFeature- Open a Pull Request!