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?
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?