Flutter form without save button? (Auto save as user types)

Viewed 446

Is it possible to build forms in Flutter that autosave forms without a Save button? What would be the mechanism? Checking for a timeout since last keystroke? Or save when the user navigates away from the screen?

0 Answers
Related