1

I created a todo app and I want to save the todo List locally on users phone using getStorage package:

class Taskdata with ChangeNotifier {
  final List<Task> _tasks = [];
}
Vihanga Randunu
  • 391
  • 4
  • 15
  • 1
    Does this answer your question? [How to save to local storage using Flutter?](https://stackoverflow.com/questions/41369633/how-to-save-to-local-storage-using-flutter) – Krab May 02 '22 at 10:41

0 Answers0