settings_tiles 4.1.0
settings_tiles: ^4.1.0 copied to clipboard
A collection of settings tiles to easily create a settings screen
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
4.1.0 #
- Add
SettingCustomSliderTilethat displays a slider with a set of custom values
4.0.0 #
BREAKING CHANGES #
- Update
SettingSingleOptionTile.detailedso that theoptionsparameter is a list ofMultipleOptionsDetailsrecord
3.0.0 #
2.0.4 #
- Update example
2.0.0 #
BREAKING CHANGES #
- Remove override widgets for
SettingSliderTile,SettingTextFieldTileandSettingColorTile
Added #
- Allow to provide a title and a description to the options of
SettingSingleOptionTileandSettingMultipleOptionsTile - Allow to customize the label of the slider label of
SettingSliderTile - On changed callback for
SettingSliderTile - Use adaptive dialogs when applicable
Changed #
- Reduce the title size
- Improve the icon spacing
1.0.0 #
Initial release.