custom_scaffold_plus 1.0.4
custom_scaffold_plus: ^1.0.4 copied to clipboard
A powerful, flexible, and production-ready alternative to Flutter's native Scaffold with features like scrollable content, background images, and more.
1.0.4 #
- Add safe area possibility
1.0.1 #
- Format Code
1.0.0 #
- Added new responsive layout widget for better multi-device support
- Added background gradient support
- Added overlay image support
- Added animation controls for theme switching
- Added height factor control for flexible layouts
- Added body alignment customization
- Fixed padding implementation in BodyWrapper
- Renamed backgroundCOlor to backgroundColor for consistency
- Updated example app with responsive layout demonstration
- Improved documentation
0.0.7 #
- fix tests
- add pipeline
0.0.6 #
- dart format .
0.0.5 #
- changelog order and format
0.0.4 #
- fix changelog
0.0.3 #
- dartformat the bodywrapper
0.0.2 #
- fix typo on the readme example
0.0.1 #
- Initial release of custom_scaffold_plus
- Features include:
- Light & Dark mode background image support
- Optional scrollable body with pull-to-refresh
- Keyboard dismiss on outside tap
- Support for padding, AppBar, FAB, Drawer, BottomNav
- Responsive and extendable layout
- Custom FAB positioning & inset behavior