A simple todo app built with Flutter and using GetX for state management.
- Add new todos
- Edit todos
- Mark todos as completed
- Delete todos
- Persist todo data locally
The app uses GetX for managing the todo state and reactively updating the UI when the state changes.
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.
Pull requests are welcome. Feel free to open an issue if you want to add any new features or need help.