liquid_glass_bottom_nav_native 0.2.1
liquid_glass_bottom_nav_native: ^0.2.1 copied to clipboard
Native iOS 26 Liquid Glass bottom tab bar (real UITabBarController) with morphing search tab, for Flutter.
0.2.1 #
- Fix demo GIF not rendering on pub.dev by using an absolute GitHub raw URL in the README instead of a relative path.
0.2.0 #
- Add
trailingButtonSymbol,trailingButtonTitleandonTrailingButtonTappedtoLiquidGlassBottomNav. Repurposes the search tab's separated-circle Liquid Glass treatment as a plain action button when a symbol is set. Mutually exclusive withshowSearchTab.
0.1.0 #
- Initial release.
LiquidGlassBottomNavhosts a realUITabBarControllerin a platform view, so iOS renders the bar itself: Liquid Glass on iOS 26+, the classic flat tab bar on iOS 16–25.- Optional system search tab that morphs into the native search field, with
onSearchActivated,onSearchDismissedandonSearchChangedcallbacks. - Tab icons keep the SF Symbol variant you name. Tab bars otherwise substitute
the
.fillvariant automatically, which turnedplay.rectangleinto the much heavierplay.rectangle.fill. - Renders
fallbackon non-iOS platforms.