An easy to use To-Do app, made with Flutter.
Go to file
Anuj K b362cbe764 Changed README.md file. 2024-03-28 00:39:21 +05:30
android minor fixes and additions 2024-03-27 21:45:41 +05:30
assets initial commit 2024-03-27 12:25:26 +05:30
dist/1.0.1 minor fixes and additions 2024-03-27 21:45:41 +05:30
ios initial commit 2024-03-27 12:25:26 +05:30
lib minor fixes and additions 2024-03-27 21:45:41 +05:30
linux minor fixes and additions 2024-03-27 21:45:41 +05:30
macos minor fixes and additions 2024-03-27 21:45:41 +05:30
screenshots Added screenshots. 2024-03-27 23:41:57 +05:30
snap/gui initial commit 2024-03-27 12:25:26 +05:30
web initial commit 2024-03-27 12:25:26 +05:30
windows minor fixes and additions 2024-03-27 21:45:41 +05:30
.gitignore initial commit 2024-03-27 12:25:26 +05:30
.metadata initial commit 2024-03-27 12:25:26 +05:30
LICENSE Initial commit 2024-03-27 06:49:36 +00:00
README.md Changed README.md file. 2024-03-28 00:39:21 +05:30
analysis_options.yaml initial commit 2024-03-27 12:25:26 +05:30
distribute_options.yaml minor fixes and additions 2024-03-27 21:45:41 +05:30
pubspec.lock minor fixes and additions 2024-03-27 21:45:41 +05:30
pubspec.yaml minor fixes and additions 2024-03-27 21:45:41 +05:30

README.md

Easy ToDo

An easy to use To-Do app, for Android and Linux, made with Flutter.

Screenshots

Android

Linux

Installation

Check out the releases here.

Roadmap

  • Build and release the app.
  • Import/Export functionality.
  • Dark theme.
  • Synchronisation capabilities.
  • Publish on repositories like F-Droid, Flathub, AppImageHub, AUR, Copr etc.

Additional Flutter Dependencies Used

  • hive For persistent storage.
  • flutter_slidable For slide to delete function.
  • url_launcher To launch browser from About.
  • flutter_distribute For building rpm package easily.