prefs_config 0.9.1
prefs_config: ^0.9.1 copied to clipboard
Dart Plugin for generating Settings/Preference screen for Flutter.
0.9.1 03.01.2022 #
- Fixed fatal bug that caused crashes when trying to save a null preference value
0.9.0 11.06.2022 #
- Updated packages, Flutter and Dart versions
- Rewrote code to make it null safe
- General refactoring and cleaning of code
0.8.2 07.12.2019 #
- Updated dependencies.
- Fixed display value error for nulls for Text preference types.
0.8.1 21.09.2019 #
- Added dropdown format for list preferences.
- Preference item layout made more flexible so as to accommodate long descriptions.
- Added constructor constraints.
- Code clean up and updated to conform with new updated Dart.
0.8.0 16.03.2019 #
- Initial release.