Khip01 / me

Flutter Web Portfo - LTS
https://khip01.github.io/me/
GNU Lesser General Public License v2.1
2 stars 0 forks source link

storing current theme state - flutter web #5

Closed Khip01 closed 1 month ago

Khip01 commented 1 month ago

Storing current theme state when page is reloaded/refreshed.

Khip01 commented 1 month ago

Using Cookie? SharedPreferences? even SQLite? How to save user data such as cookies in their local browser in Flutter Web?

nah, try it later

Khip01 commented 1 month ago

Resolved! 👊

Handled in commits (dev branch) a35a41b7a9af653c1f70a2df3dcc94f22872b824 And successfully deployed in commits (deployment branch) 54a0a6f0649c2e88ae1ddfc3280b3a26881e6eaf

Users can now save the state of their theme color preferences even when the page is closed🍪🍪.