easytodo/README.md

44 lines
1.6 KiB
Markdown
Raw Normal View History

2024-03-27 18:11:57 +00:00
# Easy ToDo
2024-03-27 06:49:36 +00:00
2024-03-27 18:11:57 +00:00
An easy to use To-Do app, for Android and Linux, made with Flutter.
## Screenshots
2024-03-27 19:09:21 +00:00
### Android
2024-03-27 18:11:57 +00:00
2024-03-27 19:09:21 +00:00
<img src="screenshots/android/1.webp" width="250"/>
<img src="screenshots/android/2.webp" width="250"/>
<img src="screenshots/android/3.webp" width="250"/>
<img src="screenshots/android/4.webp" width="250"/>
<img src="screenshots/android/5.webp" width="250"/>
2024-03-27 18:11:57 +00:00
2024-03-27 19:09:21 +00:00
### Linux
2024-03-27 18:11:57 +00:00
2024-03-27 19:09:21 +00:00
<img src="screenshots/linux/1.webp" height="350"/>
<img src="screenshots/linux/2.webp" height="350"/>
<img src="screenshots/linux/3.webp" height="350"/>
<img src="screenshots/linux/4.webp" height="350"/>
## Installation
Check out the releases [here](https://git.aiquiral.me/aiquiral/easytodo/releases).
- Android Download and install [the APK](https://git.aiquiral.me/aiquiral/easytodo/releases/download/v1.0.1/easytodo-1.0.1+1.0.1-android.apk).
- Linux
- RHEL/Fedora Download and install [the `rpm` package](https://git.aiquiral.me/aiquiral/easytodo/releases/download/v1.0.1/easytodo-1.0.1+1.0.1-linux.rpm).
- Other Distros - Download and use [the AppImage](https://git.aiquiral.me/aiquiral/easytodo/releases/download/v1.0.1/easytodo-1.0.1.AppImage).
## Roadmap
- [x] 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.