Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 23, 2022 03:45 pm GMT

Flutter todo app with Riverpod

Hello . I am a novice mobile Flutter developer. Made my first app and would like to share it with you. Of course, like everyone else I started with a simple Todo list, but to make something interesting I changed the idea a bit.
I played around with the dynamic Material 3 theme, the colors adjust to the theme)

As for a state management I choose Riverpod as a easy and quick way to interact with the logic.

If you want to participate in the project, test, suggest features, help with development, link to the github repository.

https://github.com/ytskk/taskline

Screenshots

Actual for version 1.0.0

Theme adapts to your device theme.

Home screen

LightDark
Home screen lightHome screen dark

Task creation

LightDark
Task creation lightTask creation dark

Home screen with tasks

LightDark
Home screen with tasks lightHome screen with tasks dark

Filters

LightDark
Filters lightFilters dark

Task edit

LightDark
Task edit lightTask edit dark

Original Link: https://dev.to/ytskk/flutter-todo-app-with-riverpod-5g09

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To