Skip to content

Expense Tracker 🫰 app: Simplify daily expense tracking and income management effortlessly with Flutter.

Notifications You must be signed in to change notification settings

haithemnini/daily_expense_tracker_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

48 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Daily Expense Tracker App πŸ’°

Manage your expenses effortlessly with this intuitive app.πŸ“±Track daily spending, set budgets, and stay on top of your finances with ease. πŸ’³πŸ’‘

Star ⭐ the repo if you like what you see πŸ˜‰.

πŸ“± Screenshots

App Mockups 45

πŸ“Œ Features

  • Expense Tracking: πŸ“Š Easily monitor daily spending habits.
  • Expense Analytics: πŸ“Š Dive deep into expense analytics for detailed insights.
  • Expense Categories Icons: πŸ–ΌοΈ Customize categories with visually appealing icons.
  • Transaction History: πŸ“œ Keep a record of all transactions.
  • Offline Mode: πŸ“΄ Access and update expenses even without an internet connection.
  • Cloud Sync: ☁️ Sync data across devices for seamless access.
  • Expense Insights: πŸ’‘ Gain valuable insights into your spending behavior to make informed financial decisions.
  • Goal Tracking: 🎯 Set and track financial goals to achieve better financial health.
  • Security: πŸ”’ Ensure the security of your financial data with robust encryption and privacy measures.

πŸ“¦ Package Structure

DAILY_EXPENSE_TRACKER_APP
β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ icons/
β”‚   β”œβ”€β”€ images/
β”‚   └── svgs/
β”œβ”€β”€ lib/
β”‚   β”œβ”€β”€ app/
β”‚       β”œβ”€β”€ core/ (Utility Functions and Classes)
β”‚       β”œβ”€β”€ features/
β”‚       β”‚   β”œβ”€β”€ bloc
β”‚       β”‚       β”œβ”€β”€ auth_bloc/ (Authentication BLoC Code)
β”‚       β”‚       β”œβ”€β”€ auth_bloc/ (Authentication BLoC Code)
β”‚       β”‚       β”œβ”€β”€ main_bloc/ (Main BLoC Code)
β”‚       β”‚       β”œβ”€β”€ profile_bloc/ (Profile BLoC Code)
β”‚       β”‚       β”œβ”€β”€ state_bloc/ (State BLoC Code)
β”‚       β”‚       β”œβ”€β”€ themes_bloc/ (Themes BLoC Code)
β”‚       β”‚       └── transaction_bloc/ (Transaction BLoC Code)
β”‚       β”‚   β”œβ”€β”€ home
β”‚       β”‚       β”œβ”€β”€ data
β”‚       β”‚       β”œβ”€β”€ view
β”‚       β”‚   β”œβ”€β”€ profile
β”‚       β”‚       β”œβ”€β”€ data
β”‚       β”‚       β”œβ”€β”€ view    
β”‚       β”‚   β”œβ”€β”€ settings
β”‚       β”‚       β”œβ”€β”€ data
β”‚       β”‚       β”œβ”€β”€ view    
β”‚       β”‚   β”œβ”€β”€ transaction
β”‚       β”‚       β”œβ”€β”€ data
β”‚       β”‚       β”œβ”€β”€ view    
β”‚       β”œβ”€β”€ bloc_observer.dart (BLoC Observer Code)
β”‚       └── main.dart (Application Entry Point)
└── packages/ (Third-Party Dependencies)

Feel free to contribute and enhance the app! πŸš€