kdsuneraavinash / theme_provider

Easy to use, customizable and pluggable Theme Provider.
https://pub.dartlang.org/packages/theme_provider
MIT License
152 stars 28 forks source link

Hot Reload "unloads" the current loaded Theme #21

Closed wagner-rebello closed 3 years ago

wagner-rebello commented 3 years ago

When debugging the app Hot Reload revert the current selected theme to default theme.

kdsuneraavinash commented 3 years ago

Have you tried persisting the theme

wagner-rebello commented 3 years ago

I tried only saveThemesOnChange and didn't work. With loadThemeOnInit too it works. Thanks.