Flutter how to use and edit a text box with shared preferences ???
Answers
Answered by
1
Answer:
you can use a text editing controller
Explanation:
you can link a text editing controller to the text box by defining it by a variable.
and you can initialise shared preference and store it in the shared preferences to store the edited variables permanently
Similar questions