| Dashboard |
Add Expense |
 |
 |
| Reports |
History |
 |
 |
| Budget |
Settings |
 |
 |
| Edit Expense |
Delete Expense |
 |
 |
| About |
Dark Mode |
 |
 |
- Clean Dashboard
- Income & Expense Management
- Daily, Weekly & Monthly Reports
- Interactive Charts
- Budget Management
- Dark & Light Theme
- Excel Import
- Excel Export
- Offline Local Storage
- Smooth Animations
- Responsive UI
| Technology |
Usage |
| Flutter |
UI Framework |
| Dart |
Programming Language |
| Riverpod |
State Management |
| SQLite |
Local Database |
| FL Chart |
Analytics |
| Shared Preferences |
App Settings |
| Excel |
Import & Export |
lib/
│
├── app/
│ ├── routes/
│ └── theme/
│
├── core/
│ ├── constants/
│ ├── database/
│ └── utils/
│
├── features/
│ ├── budget/
│ ├── dashboard/
│ ├── expense/
│ ├── history/
│ ├── reports/
│ └── settings/
│
├── shared/
│ ├── models/
│ └── widgets/
│
└── main.dart
git clone https://github.com/m35hasinoob/Expense-Flow.git
cd Expense-Flow
flutter pub get
flutter run
- flutter_riverpod
- sqflite
- fl_chart
- excel
- shared_preferences
- file_picker
- share_plus
- flutter_animate
- google_fonts
- Cloud Backup
- Google Sign In
- Multi-device Sync
- Notification Reminder
- Multiple Currency Support
- Recurring Transactions
If you found this project useful, please consider giving it a ⭐ on GitHub.
This project is licensed under the MIT License.