gizmos_settings_screen 0.1.0-nullsafety.1 gizmos_settings_screen: ^0.1.0-nullsafety.1 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})