Skip to content

SimonasKalpokas/todo_app

Repository files navigation

todo_app

An WIP android app for tasks using Flutter and Firebase.

Demo: https://simonaskalpokas.github.io/todo_app/

Development Milestones

  • 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

Quick Start

Install Flutter.

Clone and run the repo:

git clone https://github.com/SimonasKalpokas1/todo_app.git
cd todo_app
flutter run

Debug setup on an android device on WSL

A little outdated but still great tutorial here.

Required command usbipd can be installed with winget install usbipd.

  1. Run in Command Prompt/Powershell:
    1. usbipd list to find needed device,
    2. usbipd attach --wsl --busid {BUSID}.
  2. On wsl run sudo adb start-server.
  3. Allow access in the popup on the android device.
  4. Run flutter devices or adb devices to make sure the device is connected.

Releases

No releases published

Packages

No packages published