Change the theme of Flutter using Provider and Shared Preferences
3 min readFeb 6
--
In this article I will create a demo, to change app theme with provider
and shared_preferences
packages.
The way we change theme will differ according to the state management and local preference management packages that we have chosen for our app. This demo will help you if you are going with provider
package for state management. Here I have used…