gizmos_settings_screen 0.4.0
gizmos_settings_screen: ^0.4.0 copied to clipboard
A Flutter package for displaying in-app settings screens with a native look and feel.
0.0.1-alpha.1 - 2021-01-25 #
- Initial pre-release
0.1.0-nullsafety.1 - 2021-05-08 #
- Null-safety
- Minor API tweaks:
sectionHeader
andsectionFooter
moved their string parameters into optional named parameters insteadWidget sectionHeader(BuildContext context, {Key? key, String? header, Map<String, dynamic>? extraInfo}) Widget sectionFooter(BuildContext context, {Key? key, String? footer, Map<String, dynamic>? extraInfo})
0.1.0-nullsafety.2 - 2021-05-10 #
- Added a missing
?
- Minor code/comment clean up
0.3.0 - 2025-05-30 #
0.4.0 - 2025-05-30 #
Notes: #
- Static analyis updates/clean up
- [Breaking] Changed enum members to be lowerCamelCase (see: https://dart.dev/tools/linter-rules/constant_identifier_names)