Skip to content

Releases: juliansteenbakker/flutter_settings_ui

v3.0.1

18 Mar 09:06
b645fcb
Compare
Choose a tag to compare

Fixed an issue which caused a double scroll animation on Android.

v3.0.0

19 Dec 08:33
531dfc7
Compare
Choose a tag to compare

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

v2.0.1

12 Nov 15:51
ac451d7
Compare
Choose a tag to compare
  • Drop declaring variable types.
  • Use <T>[] to create a new array.
  • Reformat code.