A beautiful expense tracking app built with Flutter
- Track expenses with 6 categories (Food, Transport, Shopping, Bills, Entertainment, Other)
- Visual category icons with emojis
- Total expense summary
- Swipe to delete expenses
- Local storage - your financial data stays private
- Beautiful Material Design 3 UI
- Flutter 3.10+
- Dart
- Material Design 3
cd expense_tracker
flutter pub get
flutter runflutter build apk --releaseExpense Tracker stores all data locally on your device. No financial data is collected or transmitted.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with Flutter