An Expense Tracker app built with Flutter ( WIP ).
- Clone the Flutter Project:
- Use
https://github.com/leo-elstin/rupiah.git
to download the project from the GitHub repository.
- Use
- Install Dependencies:
- Navigate to the project directory and run
flutter pub get
to install the required dependencies. - To build the generated files run
dart run build_runner build
- Navigate to the project directory and run
- Run the App:
- Connect a device or emulator and run the app using
flutter run
or through your IDE. - To build the APK directly, run
flutter build apk --release
- Connect a device or emulator and run the app using
- Expense Tracking
- Offline & No Login Required
- CUBIT for state management
- Retirement Calculator
- Networth Tracking
Client: Flutter
State Management: BLOC ( cubits ) & Riverpod ( Will move to bloc )
Database: Sqlite3, Drift