android | ||
assets | ||
dist/1.0.1 | ||
ios | ||
lib | ||
linux | ||
macos | ||
screenshots | ||
snap/gui | ||
web | ||
windows | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
distribute_options.yaml | ||
LICENSE | ||
pubspec.lock | ||
pubspec.yaml | ||
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.
- Android – Download and install the APK.
- Linux
- RHEL/Fedora – Download and install the
rpm
package. - Other Distros - Download and use the AppImage.
- RHEL/Fedora – Download and install the
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 buildingrpm
package easily.