Expense Tracker is a simple Flutter project to register daily expenses. It utilizes the shared preferences package provided by Flutter to store expense data locally in the device memory. The application supports both dark and light themes for user customization.
- Register daily expenses
- Store expense data locally using shared preferences
- Support for both dark and light themes
- Generate unique IDs for each expense using UUID
- Format dates using the intl package
This project relies on the following Flutter packages:
- shared_preferences: ^2.0.8
- uuid: ^3.0.4
- intl: ^0.17.0

