A Cost tracking app that simplifies budget management and expense tracking. This application allows users to log their expenses, helping them manage their finances effectively.
- Expense Logging: Easily log and categorize your expenses to keep track of your spending.
- Hive Database: Utilizes the Hive database for fast and efficient local storage of user data.
- Provider State Management: Implements the Provider package for managing state throughout the application, ensuring a smooth user experience.
- Flutter: A powerful UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
- Hive: A lightweight and fast key-value database written in pure Dart for Flutter applications.
- Provider: A wrapper around InheritedWidget to make them easier to use and more reusable.
- Clean Architecture: Follows Clean Architecture principles to separate concerns and improve the maintainability and testability of the codebase.