Tasks is a to-do application. You can add, edit, and delete tasks and Tasks will save your changes automatically. Tasks works on desktop and mobile.
You can get a nightly flatpak by adding the nightly flatpak repository to your app store. To install on Android you can use the nightly KDE F-Droid repository.
To build a flatpak bundle of Tasks use the following instructions:
$ git clone https://invent.kde.org/utilities/toad.git
$ cd toad
$ flatpak-builder --repo=repo build-dir --force-clean org.kde.tasks.json
$ flatpak build-bundle repo tasks.flatpak org.kde.tasksNow you can either double-click the tasks.flatpak file to open it with
some app store (discover, gnome-software, etc...) or run:
$ flatpak install tasks.flatpak