animated_theme_switcher
animated_theme_switcher copied to clipboard
App restarted when hot reload
Because you defined ThemeModel inside build method in ThemeProviderState class and in every build it generates a new key. please define ThemeModel as a state to fix it.
hopefully fixed in 2.0.8