scaffold_plus 1.0.2
scaffold_plus: ^1.0.2 copied to clipboard
Drop-in replacement for Flutter's Scaffold: background image layer, SafeArea toggles, AnimatedSwitcher body transitions, tap-to-unfocus; proxies core Scaffold params.
Changelog #
All notable changes to this project will be documented in this file.
1.0.2 — 2025-09-01 #
- Add API docs to public members.
- Silence internal usage of deprecated legacy fields with local ignores.
- Minor fixes to AnimatedSwitcher key and SafeArea docs.
1.0.1 — 2025-08-30 #
- Rename new API:
useBackgroundImage,backgroundImage,onTapOutside. - Mark legacy fields as
@Deprecated.
1.0.0 — 2025-08-25 #
- Initial release.