Track your spending, manage your budget, and stay in control of your finances β across all your devices!
Built using Flutter & DartDart, supporting Android, iOS, Web, and macOS platforms.
- π Visual Insights β View expenses with beautiful and intuitive charts
- π° Smart Management β Add, edit, delete, and categorize expenses and income
- π Reminders β Set alerts for due payments or recurring expenses
- βοΈ Cross-Platform β Use on Android, iOS, Web, and macOS seamlessly
- ποΈ Custom Categories β Personalize your spending categories
- π Secure Storage β Local data storage with optional encryption
- β‘ Clean UI β Lightweight, fast, and user-friendly interface
---
| Path / File | Description |
|---|---|
lib/ |
Main Flutter app code (Dart) |
assets/ |
Images, icons, screenshots |
android/, ios/, macos/, web/ |
Platform-specific build files |
test/ |
Unit and widget tests |
pubspec.yaml |
Dependency and project metadata |
analysis_options.yaml |
Dart analysis and lint rules |
.gitignore |
Git ignore rules |
.vscode/ |
Optional VS Code settings |
my-release-key.jks |
π Android signing key (KEEP PRIVATE) |
- All dependencies are listed in
pubspec.yaml. - Linting and analysis settings are defined in
analysis_options.yaml. - Keep sensitive files like
my-release-key.jksout of public repositories. - Customize editor settings in
.vscode/. - Git will ignore unnecessary files using
.gitignore.
Contributions are welcome!
Feel free to fork the repo, raise an issue, or submit a pull request..
- Fork the project
- Create a new branch
git checkout -b feature-name
Commit your changes
bash Copy Editit
git add .
git commit -m "Add some feature"
git push origin feature-name
Open a pull requestuest


