gt_appbar 1.1.0 copy "gt_appbar: ^1.1.0" to clipboard
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 gradient parameter for beautiful gradient AppBars
  • Title Widget: New titleWidget parameter allows any Widget as title (not just String)
  • Flexible Space: New flexibleSpace parameter for expandable content
  • Divider Thickness: New dividerThickness parameter for customizable divider width
  • Toolbar Height: New toolbarHeight parameter for custom toolbar heights
  • Material 3 Parameters:
    • clipBehavior - Control how content is clipped
    • primary - Whether this is the primary AppBar
    • excludeHeaderSemantics - Exclude leading from semantics
    • forceMaterialTransparency - Force transparent background
    • notificationPredicate - 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 0 for 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

1.0.1 Initial Release #

Added #

  • Basic GTAppBar widget with customizable title
  • Curved bottom edge support via bottomCurveness
  • Optional divider below AppBar via showDivider
  • Standard AppBar customization options (colors, elevation, actions, etc.)
2
likes
150
points
149
downloads

Publisher

unverified uploader

Weekly Downloads

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 modern app bar designs.

Repository (GitHub)
View/report issues

Topics

#appbar #widget #ui #material-design #flutter

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on gt_appbar