This is a Flutter-based money management app that helps users track and manage their expenses and income. The app uses the Hive local database for efficient and secure data storage. Users can add transactions, create categories for expenses and income, and gain insights into their financial habits.
- Expense and Income Tracking: Easily track your expenses and income.
- Transaction Management: Add, edit, and delete transactions with ease.
- Category Creation: Create custom categories for expenses and income to organize your finances better.
- Local Database: Utilizes Hive local database for fast and secure data storage.
- Flutter SDK: Install Flutter
- Dart SDK: Included with Flutter
- IDE: Visual Studio Code, Android Studio, or IntelliJ IDEA recommended
- Clone the repository:
git clone https://github.com/AnandhuA/MoneyManagement.git cd MoneyManagement
- Install dependencies:
flutter pub get
- Run the app:
flutter run