pref 2.0.0-nullsafety pref: ^2.0.0-nullsafety copied to clipboard
Create Preference Screens easily with advanced features and sub-pages
Changelog #
2.0.0-nullsafety #
- Opt-in null-safety
- ButtonGroup now use ToggleButtons
- Use new buttons Widgets
1.6.0 #
- Fix cached dialog
- Fix PrefText onChange not called
- Use a common class for cached prefs
- Print the PerfService type in logs
- Improve PrefChoice
1.5.0 #
- Add PrefChoice Widget
1.4.0 #
- Cache() copies the default values
- Add listen parameter to PerfService.of()
- Fix cached Page and Dialog
- Add more documentation
1.3.1 #
- Add stream example
1.3.0 #
- Implement Stream on key change
- Add PrefPage caching
- Remove text decoration border to follow the theme
1.2.0 #
- Fix reversed for null Switch
- Add defaults to PrefServiceCache
- Fix PrefText with invalid value
- Improve PrefDialogButton
- Remove useless code from PrefService
- Remove Page and Dialog fallback to shared_preferences
- Add unit tests
- Add PrefSlider
1.1.0 #
- Add
reversed
attributes to boolean widgets - Improve dropdown layout
- Prevent crash if the values are not the right type
- Remove useless typed methods
1.0.0 #
- Initial version