A modern, cross-platform finance management app built with Flutter. Easily track your expenses, visualize your spending, and manage your finances on Android, iOS, Web, Windows, macOS, and Linux.
Replace
your_screenshot.png
with your actual image file in the images/
folder.
- Add, edit, and delete transactions
- Categorize expenses (e.g., Food, Education, Transportation)
- Visualize spending with charts and statistics
- Multi-platform support (Android, iOS, Web, Desktop)
- Beautiful and intuitive UI
- Flutter SDK
- Dart
- An IDE like VS Code or Android Studio
- Clone the repository:
git clone <repository-url> cd finance_app
- Get dependencies:
flutter pub get
- Run the app:
flutter run
lib/
- Main application codelib/screens/
- App screens (Home, Add, Statistics, etc.)lib/widgets/
- Reusable widgets (charts, navigation bar, etc.)lib/data/
- Data models and utility filesimages/
- App images and icons
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This README includes a placeholder for a project screenshot. Add your image to the images/
folder and update the path as needed.