Go to file
2023-01-08 22:47:51 +01:00
android initial skeleton 2023-01-07 18:15:32 +01:00
img added roadmap/todos to readme 2023-01-08 22:47:51 +01:00
ios initial skeleton 2023-01-07 18:15:32 +01:00
lib added roadmap/todos to readme 2023-01-08 22:47:51 +01:00
linux initial skeleton 2023-01-07 18:15:32 +01:00
macos initial skeleton 2023-01-07 18:15:32 +01:00
test simple task-add screen with verification 2023-01-08 22:34:24 +01:00
windows initial skeleton 2023-01-07 18:15:32 +01:00
.gitignore initial skeleton 2023-01-07 18:15:32 +01:00
.metadata initial skeleton 2023-01-07 18:15:32 +01:00
analysis_options.yaml initial skeleton 2023-01-07 18:15:32 +01:00
pubspec.lock initial skeleton 2023-01-07 18:15:32 +01:00
pubspec.yaml initial skeleton 2023-01-07 18:15:32 +01:00
README.md added roadmap/todos to readme 2023-01-08 22:47:51 +01:00

nextcloud_reminder

A Reminder based on todo.txt synced via nextcloud

Current todos:

  • make repeat-datatype (like: daily, weekly on mo/th/fr, bi-monthly, etc.)
  • add interface for repeat-datatype in addReminder.dart
  • save/load data to/from disk
  • add Nextcloud-login for getting a Token
  • use webdav for synchronizing with Nextcloud using that token

Current looks:

Main Widget

Adding Tasks