Shiru99
Shiru99

Reputation: 459

flutter application to control mobile theme

Actually, I want a control button in my flutter application that can change the whole device theme - Dark/Light. I haven't found any related dependency

Upvotes: 0

Views: 137

Answers (1)

Guillaume Roux
Guillaume Roux

Reputation: 7318

You can't, while it is possible to detect if you are in light or dark mode to adapt your application the only way to change the whole device theme is by going in the device settings. Even in native android or iOS you cannot do it.

Upvotes: 1

Related Questions