oxyfalcon / firebase_todo

3 stars 2 forks source link

Dark mode #21

Closed oxyfalcon closed 6 months ago

oxyfalcon commented 6 months ago

Added dark mode. Saved the prefs directly.

When opening the app for the first time, it will take up the phone's current theme and then add them to the sharedpreference

After that the data will persist and everytime you open the app, it will start taking the data from the shared preference and update accordingly.

The app continues to react to the changes in the dark mode from the devices settings, and changes from that will also persist