An WIP android app for tasks using Flutter and Firebase.
Demo: https://simonaskalpokas.github.io/todo_app/
- Checked tasks
- Timed tasks
- Repeating tasks
- Amounted tasks
- Subtasks/folders/lists
- Main page
- Moving/reordering tasks
- Notifications
- Categories
- Filtering system
- Nice UI
- Different users
- Custom backend
- E2E tests
Install Flutter.
Clone and run the repo:
git clone https://github.com/SimonasKalpokas1/todo_app.git
cd todo_app
flutter run
A little outdated but still great tutorial here.
Required command usbipd can be installed with winget install usbipd
.
- Run in Command Prompt/Powershell:
usbipd list
to find needed device,usbipd attach --wsl --busid {BUSID}
.
- On wsl run
sudo adb start-server
. - Allow access in the popup on the android device.
- Run
flutter devices
oradb devices
to make sure the device is connected.