A modern and user-friendly Flutter application that helps users manage their daily tasks and expenses efficiently. The app features a clean, intuitive interface and provides essential tools for personal finance tracking and task management.
- Expense Tracking
- Budget Planning
- Customizable Categories
- Detailed Reports
These instructions will guide you to run the project for local development and testing purposes.
The following software must be installed to run the project:
- Flutter SDK
- Dart SDK
- Android Studio
- Xcode for iOS (if developing on macOS)
- Clone the project
git clone [email protected]:onursabitsalman/gariban-app.git
- Install dependencies
flutter pub get
- Run the application
flutter run
To run the tests:
flutter test
To create a release build:
flutter build apk # For Android
flutter build ios # For iOS
- Flutter
- Dart
- Fork it
- Create your feature branch (
git checkout -b feature/NewFeature
) - Commit your changes (
git commit -m 'Add some NewFeature'
) - Push to the branch (
git push origin feature/NewFeature
) - Create a Pull Request
For more information about Flutter:
Project Owner - @onursabitsalman