This is an employee task management application that allows users to record their tasks and track their completion status.
- User Registration
- User Login
- Add Task
- Edit Task
- Delete Task
- Edit User Profile
To run this application, you need:
Follow these steps to set up dan run the application:
-
Clone this repository
https://github.com/dzarurizkyy/taskhub-app
-
Navigate to project directory
cd taskhub
-
Install dependencies
flutter pub get
-
Add google-services.json
android/app/google-services.json
-
Run application
flutter run
To generate build of application, use this following command:
-
For Android:
flutter build apk
-
For IOS:
flutter build ios