Skip to content

Release v0.1.97

Choose a tag to compare

@github-actions github-actions released this 22 Oct 20:34
· 151 commits to main since this release

[0.1.97]

  • NEW: Added spacerAfter parameter (ToolbarSpacerType) to AdaptiveAppBarAction for iOS 26+ Liquid Glass toolbar grouping
    • ToolbarSpacerType.fixed - 12pt fixed space using UIBarButtonItem.fixedSpace() for spacing within groups
    • ToolbarSpacerType.flexible - Flexible space using UIBarButtonItem.flexibleSpace() for left/right group separation
    • ToolbarSpacerType.none - No spacer (default)
    • Follows iOS 26+ Liquid Glass design guidelines per Apple HIG
    • Example: AdaptiveAppBarAction(iosSymbol: 'arrow.uturn.forward', onPressed: () {}, spacerAfter: ToolbarSpacerType.flexible)