Flutter SQFLite and GetX: Create a Todo App with persistent Local storage and simple & efficient state management.
March 8, 2023
In this blog you will be creating a todo app that will be able to persist all your tasks locally in your device. You will be managing the state using very simple approach with a pretty straight forward architecture. ...