this post was submitted on 27 Mar 2024
187 points (95.6% liked)

Open Source

29862 readers
230 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

This repo is also mirrored to Codeberg.

I made an easy to use ToDo app, just to learn a bit about programming and Flutter. It does not really provide any benefits over other ToDo apps, but I am glad that I was able to make this.

You can download the APK for Android, rpm for RHEL/Fedora or just use the AppImage.

I am willing to work more on this, you can read the roadmap in the link provided.

Any guidance, criticisms, or comments will be greatly appreciated.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 4 months ago (1 children)

Hi,

Thank you for offering an alternative.

The interface is pretty barebones, even for a "keep it simple" app.

I'd be wise to consider making those tiles smaller, having huge boxes containing 45% decoration isn't the best I think.

Else, I'd add sync or access to calDAV items as soon as possible.

Cheers

[โ€“] [email protected] 2 points 4 months ago

Thank you for these suggestions! I'll be working on sync or import/export, right after I fix the UI. Making the items editable is another thing I need to add.