fluttercommunity / persist_theme

Persist Theme - A flutter plugin for persisting the theme data. Support for Dark Modes. Maintainer @rodydavis
https://fluttercommunity.github.io/persist_theme/
MIT License
69 stars 12 forks source link

All prefs are cleared on reset #12

Open renierr opened 4 years ago

renierr commented 4 years ago

Please remove _prefs.clear in reset method to avoid clearing all data for Shared Preferences if used in App elsewhere. Better clear only used values. A prefix for the names would also be nice to avoid name clashes