Money Manager Flutter is a mobile application designed to help users efficiently track their incomes and expenses. The app provides various features to assist users in managing their finances and gaining insights into their spending habits.
-
Income and Expense Tracking: The app allows users to record their incomes and expenses, categorize transactions, and maintain an overview of their financial activities.
-
Time-Based Tracking: Users can view their financial data for specific timeframes such as today, week, month, year, and overall, providing a comprehensive analysis of their financial situation.
-
Pie Chart Visualization: The app integrates a dynamic pie chart visualization that visually represents transaction data within a chosen time frame. This graphical representation makes it easier for users to comprehend their spending distribution.
To run the app locally, follow these steps:
- Clone this repository:
git clone https://github.com/sanam-tamang/money_manager_flutter.git - Navigate to the project directory:
cd money_manager_flutter - Install dependencies:
flutter pub get - Run the app:
flutter run
Make sure you have Flutter and Dart installed on your system before running the app.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name - Make your changes and commit them:
git commit -m "Add feature" - Push to your forked repository:
git push origin feature-name - Open a pull request on the original repository.
Please ensure your pull request follows the project's coding conventions and includes appropriate documentation.
This project is licensed under the MIT License.
Feel free to explore the app and use it to manage your finances effectively. If you encounter any issues or have suggestions for improvements, please open an issue on this repository.
Happy budgeting!






