Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Flutter app for managing your todos within a todo.txt file locally or via webdav (e.g. Nextcloud)

License

tmaegel/ntodotxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntodotxt

CI Release F-Droid License Flutter

With ntodotxt you can manage your todos in a todo.txt file (i.e. all information is stored in a single file). You can save your todos locally on your device and/or synchronize the todo.txt file via webdav - for example with a self-hosted nextcloud instance.

This application is under active development and will continue to be modified and improved over time.

Screenshots

Downloads

Get it on F-Droid

Features

v1.0

  • Manage todos in todo.txt format
  • Manage todos locally and/or synchronize todos via webdav with a server of your choice
  • Custom path and filename of todo files (local and remote)
  • Search todos
  • Create custom views of todos via filters
  • Sort (ascending/descending) todos by criteria such as priority, creation date or due date
  • Android widget
  • Import/Export existing todos from/to file
  • Import/Export filters and other settings
  • Language localization (e.g. english, german)
  • Recurring tasks
  • Archiving of completed todos (done.txt)
  • ...

Low priority

  • Build and publish to Google Play (Android)
  • Build and publish as flatpak to flathub (Linux)
  • Build and publish as snap to snapcraft (Linux)
  • Build and publish to Microsoft Store (Windows)

Build

General

Flutter SDK is required to build this project.

Building on Linux

  1. First you need to get the source code of ntodotxt.
git clone https://github.com/tmaegel/ntodotxt
  1. Installing the dependencies for sqflite and flutter_secure_storage.
dnf install sqlite-devel libsecret-devel1
  1. Open project via Android Studio.

  2. Click the Run button and it will be built and run automatically.

  3. Or you can build and run from command line.

flutter pub get
flutter run
# or
flutter build

If an error occurs during the build process, please follow these steps.

Sponsorship

ntodotxt is a free open source software that benefits from the open source community and every user can enjoy it's full functionality for free, so if you appreciate my current work, you can buy me a offee.

Buy Me a Coffee at ko-fi.com

Thanks for all the love and support.

Alternatives

There are a bunch of other note taking apps with the WebDAV support. See them in awesome-webdav repository.

About

Flutter app for managing your todos within a todo.txt file locally or via webdav (e.g. Nextcloud)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •