- Added option to dismiss keyboards when tapping outside of the keyboard. This can be disabled by setting
dismissKeyboardOnTap
tofalse
- Added option to choose if the AppBar title of a page is capitalized or not
- Fixed issue with inconsistent input field generation for custom controls
- Removed unnecessary flutter object in pubspec.yaml
- Upgraded flutter_profile and flutter_input_library
- Added spacing to
control.page
title when no icon is provided - Added
onTap
callback tocontrol.page
to allow for custom actions
- Remove partOfGroup from controllwrapper parameter.
- Added theme to text components
- Changed default
ControlWrapper
design
- added onChange callback to the settings widgets
- changed the decoration of the settings
- Updated flutter_profile to 1.4.1 and flutter_input_library to 3.3.0
- Initial implementation of the original Appshell Settings
- Initial release