Skip to content

meysamnova/todo

Repository files navigation

todo app

A simple todo app built with Flutter and using GetX for state management.

Features

  • Add new todos
  • Edit todos
  • Mark todos as completed
  • Delete todos
  • Persist todo data locally

GetX State Management

The app uses GetX for managing the todo state and reactively updating the UI when the state changes.

Usage

Adding Todo:

You can add a new todo item by tapping on the add button and typing the todo title.

Updating Todo:

Tap on a todo item to edit its title.

Deleting Todo:

long press on a todo item to delete it.

Contributing

Pull requests are welcome. Feel free to open an issue if you want to add any new features or need help.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors