Skip to content

markbassem67/CashFlow-expenses-tracking-app

Repository files navigation

CashFlow – Expense Tracking App (Not finished)

An easy-to-use Flutter app that helps users track their expenses, set goals, and manage their financial habits. The app is designed with persistence in mind so that data is retained even after closing or restarting the app.

✅ Core Architecture & Setup

  • Chose Flutter with Bloc (Cubit) for state management.

  • Organised project using Clean Architecture into layers:

    • data/ → repositories, models, persistence

    • logic/ → cubits & states

    • presentation/ → screens & widgets

🚀 Features

  • Add, edit, and delete transactions.

  • Categorise transactions as Income or Expense.

  • Display total balance, total income, and total expenses.

  • Store user profile name.

  • User profile name is saved locally using Shared Preferences and restored on app restart.

  • Lightweight and fast thanks to local storage (no external server required).

  • Use Bioemtrics to unlock the app, this adds aditional security layer.

🛠️ Tech Stack

  • Flutter (Dart) – Cross-platform UI toolkit.

  • Shared Preferences – For storing user profile data persistently.

  • Hive – Used for storing transaction data locally.

  • Local auth - used to enable on device biometric authentication

Screenshots

Splash Screen OnBoarding Screen Sign Up Screen
Empty Transactions Screen Empty Reminders Screen Empty Expenses Screen
Home Screen Add Transaction Screen Top Spendings Screen

🎨 Design Credits

UI/UX design inspiration by https://www.figma.com/design/3SBOL8VCstkhTz7hA3JOkm/Income---Expense-Tracker-App--Community-?node-id=0-1&t=5Km9VzMN5E6JbTdg-1

About

A modern Flutter-based personal finance manager that helps users track their income, expenses, and financial progress with ease. The app uses a clean Cubit (BLoC) architecture, Hive local database, and SharedPreferences for seamless offline functionality and persistent user preferences.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors