diff --git a/README.md b/README.md index 9d7ea10..421a61a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,41 @@ An easy to use To-Do app, for Android and Linux, made with Flutter. ## Screenshots -#### Android +### Android -![Screenshot 1](screenshots/android/1.webp)(: width=150)![Screenshot 2](screenshots/android/2.webp)![Screenshot 3](screenshots/android/3.webp)![Screenshot 4](screenshots/android/4.webp)![Screenshot 5](screenshots/android/5.webp) + + + + + -#### Linux +### Linux -![Screenshot 1](screenshots/linux/1.webp)![Screenshot 2](screenshots/linux/2.webp)![Screenshot 3](screenshots/linux/3.webp)![Screenshot 4](screenshots/linux/4.webp) \ No newline at end of file + + + + + +## 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. \ No newline at end of file