Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

A flutter todo/task listing example app with advance state management

listify



A flutter todo/task listing example app with advanced state management using Momentum library. Simple on the outside but powerful in the inside. This app has a very simple look and feel. Just todo app but the state management with momentum makes it very powerful. This turned out as a convenient app because of persistent state + persistent navigation (continue where you left off).

Docs

I decided to not write comments inside the code because I always find it very distracting. Instead, in this readme, I listed most of the things you need to remember to get an idea of how this project works.

Components

Notes

Gallery

In this image the process was like this:

And magic happens! All the inputs were retained and not just that but also including the page where you left off. Navigation history is also persisted which means pressing the system back button will navigate you to the correct previous page.

Dark Mode

Imagine an app without a dark mode. I can’t so I added it into the app. Though, because I’m not familiar with the structure of ThemeData and its properties and not a designer type. I kinda did things manually with the help of momentum.

Download flutter todo/task listing example app source code on GitHub

https://github.com/xamantra/listify

Exit mobile version