gt_appbar 1.1.0
gt_appbar: ^1.1.0 copied to clipboard
A customizable AppBar widget for Flutter with enhanced features including curved bottom edges, optional divider, gradient backgrounds, and full Material 3 support. Perfect for creating unique and mode [...]
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.0 - 2024-12-27 #
Added #
- Gradient Background Support: New
gradientparameter for beautiful gradient AppBars - Title Widget: New
titleWidgetparameter allows any Widget as title (not just String) - Flexible Space: New
flexibleSpaceparameter for expandable content - Divider Thickness: New
dividerThicknessparameter for customizable divider width - Toolbar Height: New
toolbarHeightparameter for custom toolbar heights - Material 3 Parameters:
clipBehavior- Control how content is clippedprimary- Whether this is the primary AppBarexcludeHeaderSemantics- Exclude leading from semanticsforceMaterialTransparency- Force transparent backgroundnotificationPredicate- Custom scroll notification handling
Changed #
- Updated Flutter SDK requirement to
>=3.0.0 - Updated Dart SDK requirement to
^3.9.2 - Default elevation changed to
0for Material 3 consistency - Improved documentation with comprehensive inline comments
- Better theme integration for default styling
Fixed #
- Proper handling of bottom widget opacity
- Improved shape calculation for curved bottoms with gradients