Skip to content

Spentwise is a Flutter-based expense tracker leveraging Firebase for backend support and Bloc pattern for efficient state management, offering users seamless expense tracking and analysis.

Notifications You must be signed in to change notification settings

ryucraftz/spentwise

Repository files navigation

SpentWise

Demo

Stack

  • Flutter - A UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
  • Firebase - A platform developed by Google for creating mobile and web applications.
  • Bloc - A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.
  • fl_chart - A library for Flutter that provides beautiful and interactive charts for data visualization.
  • Custom Icons - Utilized for enhancing the user interface and experience.

Project structure

spentwise/
├── ios/
├── lib/
│   ├── blocs/
│   │   └── ...
│   ├── data/
│   │   ├── data.dart
│   │   └── ...
│   ├── screens/
│   │   └── ...
│   └── views/
│       └── ...
├── test/
├── web/
├── windows/
├── .dart_tool/
├── .packages
├── .pubspec.lock
├── .pubspec.yaml
└── ...

License

MIT License.


About

Spentwise is a Flutter-based expense tracker leveraging Firebase for backend support and Bloc pattern for efficient state management, offering users seamless expense tracking and analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published