Flutter in Urdu 2024 | Dart Programming Project Part 03 |

Опубликовано: 11 Март 2026
на канале: TechByAbdullah
64
2

Project Overview
The Personal Expense Tracker app will allow users to add, view, and delete their daily expenses. The app will keep track of the total spending and categorize expenses (e.g., Food, Transport, Entertainment). This project will help you learn about Dart maps, lists, data manipulation, and UI development in Flutter.

Features
Add Expense:

Users can input the name of the expense, the amount, and select a category.
Store the data using Dart's Map and List.
View Expenses:

Display a list of all expenses added by the user.
Show the total amount spent.
Delete Expense:

Allow users to delete individual expenses from the list.
Expense Categories:

Predefine categories like Food, Transport, and Entertainment.
Display total spending per category.
Save and Load Data:

Optionally, you can expand this project by saving the expenses to local storage (using SQFlite or shared preferences) and loading them when the app starts.