flutter_pref icon indicating copy to clipboard operation
flutter_pref copied to clipboard

Create Preference Screens easily with advanced features and sub-pages

Results 5 flutter_pref issues
Sort by recently updated
recently updated
newest added

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 ![immagine](https://github.com/DavBfr/flutter_pref/assets/42185838/01196d90-05a7-4478-a0d7-039c70aad058)

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...