Compare commits

...

3 commits
v1.0.1 ... main

Author SHA1 Message Date
Anuj K b362cbe764 Changed README.md file. 2024-03-28 00:39:21 +05:30
Anuj K 0a73ff7fc4 test 2024-03-27 23:54:21 +05:30
Anuj K 7bc7f0d54e Added screenshots. 2024-03-27 23:41:57 +05:30
10 changed files with 43 additions and 2 deletions

View file

@ -1,3 +1,44 @@
# easytodo
# Easy ToDo
An easy to use To-Do app, made with Flutter.
An easy to use To-Do app, for Android and Linux, made with Flutter.
## Screenshots
### Android
<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"/>
### Linux
<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.

BIN
screenshots/android/1.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
screenshots/android/2.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
screenshots/android/3.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
screenshots/android/4.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
screenshots/android/5.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
screenshots/linux/1.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
screenshots/linux/2.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
screenshots/linux/3.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

BIN
screenshots/linux/4.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB