Computer Science, asked by Joshuajampa2, 5 months ago

Flutter how to use and edit a text box with shared preferences ???

Answers

Answered by joshuajampa1607
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