Need help for the whole theme of the app

Hello everyone,
I am making an app and due to the forced dark mode settings of the next OnePlus Oxygen
OS beta update, so I need to give users to choose the theme by themselves. But I found that the features I known can ONLY CAN CHANGE ONE PAGE. Can somebody that had done or is doing the same thing share some ideas and resources? Thank you!

![2020-04-12|690x388]

You need to pass the theme setting to other screens using start value or tinydb, then action the changes in the same way from that value on each screen when the other screen initialises

Thank you for your reply!
Do I need to add tinydb in each screens?

If using tinydb for this, then yes. Ensure you use the same tinydb and namespace.

Thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.