Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1009 Bytes

CHANGELOG.md

File metadata and controls

44 lines (25 loc) · 1009 Bytes

5.3.0

  • Added option to dismiss keyboards when tapping outside of the keyboard. This can be disabled by setting dismissKeyboardOnTap to false

5.2.0

  • Added option to choose if the AppBar title of a page is capitalized or not

5.1.1

  • Fixed issue with inconsistent input field generation for custom controls
  • Removed unnecessary flutter object in pubspec.yaml

5.1.0

  • Upgraded flutter_profile and flutter_input_library
  • Added spacing to control.page title when no icon is provided
  • Added onTap callback to control.page to allow for custom actions

5.0.0

  • Remove partOfGroup from controllwrapper parameter.

4.0.0

  • Added theme to text components
  • Changed default ControlWrapper design

3.0.0

  • added onChange callback to the settings widgets
  • changed the decoration of the settings

2.0.1

  • Updated flutter_profile to 1.4.1 and flutter_input_library to 3.3.0

2.0.0

  • Initial implementation of the original Appshell Settings

1.0.0

  • Initial release