Amilcar Paco wrote
Building theme switcher using Provider and Shared Preferences
In this tutorial, we’ll learn how to create dark and light theme switcher in our Flutter application using Provider and we’ll persist the chosen theme using Shared Preferences so that when the users open the app for the next time, that theme that they chose would be permanent. Contents Before we kick off Introduction Our […]
August 3, 2020 in Flutter