Local save
#225
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Please tell me how locally save work exactly, I tried pour save this data
final user = User(
firstName: firstName.text,
lastName: lastName.text,
email: email.text,
password: password.text);
I have success but when i apply "hot reload", all data desappeared.
Beta Was this translation helpful? Give feedback.
All reactions