Skip to content

Auto Save

Ernest Pan edited this page Jul 26, 2020 · 1 revision

This is an extension feature.

Runnable provides a simple way to restore code from the previous Compile session, in the case of an unintended exit from the session.

We use the onChanged property of the TextFormField class to check the text whenever the user makes a change and store it in the app files.

Packages used:

shared_preferences

Clone this wiki locally