flutter_pref
flutter_pref copied to clipboard
Create Preference Screens easily with advanced features and sub-pages
First off, thank you for the good work! I am not completely sure that this is a bug (but it seems to me that it is). I am using v2.7.1...
Preface: I am relatively new to flutter. It took me some time to find out why my setting pages was freezing without any comment or error: the identifier I provided...
Allow to add leading icon/widget for PrefDropdown too. Like there is on other Pref widget. e.g: PrefLabel 
For beta testing reasons I did implement a "reset configuration" PrefButton and implemented it in a "Support" child PrefPage. The reset function calls ``` var prefService = Get.find(); await prefService.set(,...
I'd love to be able to conveniently retrieve the defaults provided during initialization so i can "reset to defaults" in my app. However, it would appear these defaults aren't saved...