settings_ui 1.0.0-nullsafety.1
settings_ui: ^1.0.0-nullsafety.1 copied to clipboard
Create native settings for Flutter app in minutes. Use single interfaces to build
1.0.0-nullsafety.1 [February 26, 2021] #
- Null safety preview release
0.7.0 [February 26, 2021] #
- Fixed double trailing on iOS devices
- Support for MacOS
- Fixed padding in the project example
0.6.0 [February 10, 2021] #
- Fixed subtitle for iOS
- Added iosChevron and iosChevronPadding for forward chevron and color in iOS.
- CupertinoSettingsItem toggle on disabled fix
- Content padding implementation
0.5.0 [December 4, 2020] #
- Ripple effect for Android
- Ability to setup padding and subtitle for sections
- New onPressed(context) parameter for SettingsTile, onTap() is deprecated from now on.
0.4.0 [August 21, 2020] #
- Custom colors support for SettingsList
- Allow physics and shrinkWrap on SettingsList
- CupertinoSettingsItemButton ripple effect
- Device preview disabled for Flutter Web
- CustomSection implementation (possibility to add your own widget)
- Use Target Platform to determine which Settings UI to show
0.3.0 [May 19, 2020] #
- Change background color for dark theme in SettingsList with backgroundColor attribute.
- Ability to add trailing widgets to tiles.
- Added enabled attribute to tile.
- Flutter Web support.
0.2.0 [December 6, 2019] #
- Added onTap color change for cupertino tiles.
0.1.1 [December 4, 2019] #
- Slight updates.
0.1.0 [December 4, 2019] #
- Initial release with basic SettingsTile and SettingsTile.switchTile.