Change theme of your app from light to dark theme and vice versa

Flutter Theme Changer – Hard Coded

This is a flutter theme changer without using any external dependencies for theme changing.

Include in your project

dependencies:
  provider:
  shared_preferences:

GitHub

View Github