flutter_settings_ui
Create native settings for Flutter app in minutes. Fork of settings_ui.
3.0.1
6.9K downloads/mo
#3426 most downloaded on pub.dev
juliansteenbakker/flutter_settings_ui
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 2.1 years
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
4 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Nov 2021 to Mar 2024Releases
latest 4-
3.0.118 Mar 2024 -
3.0.019 Dec 2023Release notes
Open source →Breaking changes:
- [SettingsSection, SettingsTile] title is now a Widget instead of String
- [SettingsTile] Subtitle is renamed to Description
- [SettingsTile] subtitleBelowTitle is removed. descriptionInlineIos is added.
- [CustomTile] is renamed to [CustomSettingsTile]
- [CustomSection] is renamed to [CustomSettingsSection]
- [SettingsTile.switchTile] switchValue is renamed to initialValue
Bugs fixed:
- Fixed an issue which caused the settings list to crash when the width of the list was smaller than the device screen width.
Other changes:
- Updated dependencies
- Reformatted code to latest conventions
Release notes
Open source →Breaking changes:
- [SettingsSection, SettingsTile] title is now a Widget instead of String
- [SettingsTile] Subtitle is renamed to Description
- [SettingsTile] subtitleBelowTitle is removed. descriptionInlineIos is added.
- [CustomTile] is renamed to [CustomSettingsTile]
- [CustomSection] is renamed to [CustomSettingsSection]
- [SettingsTile.switchTile] switchValue is renamed to initialValue
Bugs fixed:
- Fixed an issue which caused the settings list to crash when the width of the list was smaller than the device screen width.
Other changes:
- Updated dependencies
- Reformatted code to latest conventions
-
2.0.112 Nov 2021Release notes
Open source →- Drop declaring variable types.
- Use
<T>[]to create a new array. - Reformat code.
Release notes
Open source →- Drop declaring variable types.
- Use
<T>[]to create a new array. - Reformat code.
-
2.0.004 Nov 2021Release notes
Open source →Initial fork from settings_ui
New features
-
iPad like settings screen for iOS devices with large screens NOTE: For this to work correctly you need to specifiy the SettingsTile position. Otherwise the shadow won't be displayed correctly.
-
Add color option to row
Other changes
- Minimum iOS deployment version is iOS 9
- Migrated from pedantic to flutter_lints
- Upgraded dependencies
-