In order to use the mobile app, you would need the flood backend running on your local machine. There are several ways you can do that and all these approaches can be found at TaskWarrior-Flutter
- Clone the repository from GitHub:
git clone https://github.com/CCExtractor/taskwarrior-flutter.git
- Navigate to project's root directory:
cd taskwarrior-flutter
- Check for Flutter setup and connected devices:
flutter doctor
- Get the dependancies
flutter pub get
%. Run the app:
flutter run
- Open mobile app
- Check out the app
- Make Profile
- Connect with TaskServer
- Sync Tasks with it
- Flutter
- VSCode / Android Studio
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Create your Fix Branch (
git checkout -b fix/BugFix
) - Add all files(
git add .
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request in the develop branch