flutter_page_scaffold 0.2.1
flutter_page_scaffold: ^0.2.1 copied to clipboard
A reusable main content area template widget with page titles, section headers, and theme-aware styling.
0.2.1 #
- Redesign tab bar: moved inside the content card with underline indicator for better visibility
- Increased tab text (14px) and icon (18px) sizes for improved readability
- Added full-width divider between tab bar and content
- Fixed sharp corner artifact on first tab's ink ripple in rounded card
0.2.0 #
- Feat: Add multi-page tab navigation with
tabsparameter andPageTabclass - Feat: Add
showTitleparameter to toggle title row visibility - Feat: Add
showTabsparameter to toggle tab bar visibility - Feat: Add
initialTabIndexandonTabChangedfor tab state management - Uses
IndexedStackto preserve tab state across switches - Fully backward compatible — existing single-page usage unchanged
0.1.1 #
- Fix: Wrap root widget with
Materialto provide Material ancestor for child widgets (e.g.DropdownButton,InkWell,TextField)
0.1.0 #
- Initial release
MainAreaTemplatewidget for page-level layouts with title, description, icon, and actionsMainAreaSectionwidget for grouped content cards with accent-bar headers- Theme-aware styling using
ColorSchemetokens expandedparameter for sections that fill remaining space