liquid_glass_native library

Native SwiftUI Liquid Glass widgets for Flutter (iOS 26+).

Classes

AlertButton
One selectable action in a LiquidGlassAlert.
BarAction
A single action button inside a LiquidGlassNavigationBar or LiquidGlassToolbar.
GroupButton
A single button definition inside a LiquidGlassButtonGroup.
LiquidGlass
A liquid-glass lens that refracts the LiquidGlassView content behind it and renders child (an icon, label, anything) clipped on top.
LiquidGlassActivityIndicator
A native SwiftUI activity indicator (spinner) with Liquid Glass styling on iOS 26+.
LiquidGlassAlert
Presents a native iOS alert (UIAlertController) with Liquid Glass chrome, or a Material AlertDialog on other platforms.
LiquidGlassButton
A button rendered by native SwiftUI with authentic Apple Liquid Glass on iOS 26+. On non-iOS platforms it falls back to a Material FilledButton.
LiquidGlassButtonGroup
A group of glass buttons sharing one GlassEffectContainer on iOS 26+.
LiquidGlassCard
A glass surface card: a LiquidGlassContainer with rounded clipping, comfortable padding, and optional tap handling.
LiquidGlassCheckbox
A native checkbox rendered with Liquid Glass styling on iOS 26+: a rounded glass square that shows a checkmark when checked.
LiquidGlassColorPicker
A native SwiftUI ColorPicker with Liquid Glass styling on iOS 26+.
LiquidGlassContainer
A decorative glass panel rendered natively on iOS.
LiquidGlassDatePicker
A native SwiftUI DatePicker with Liquid Glass styling on iOS 26+.
LiquidGlassIconButton
A compact, icon-only button rendered by native SwiftUI with authentic Apple Liquid Glass on iOS 26+. On non-iOS platforms it falls back to a Material IconButton.filled.
LiquidGlassLabeledSwitch
A LiquidGlassSwitch paired with a leading text label in a single row.
LiquidGlassMenu
A native pull-down menu button with Liquid Glass styling on iOS 26+.
LiquidGlassNavigationBar
A top navigation bar composed of Liquid Glass icon buttons.
LiquidGlassPopover
Presents a native iOS popover with Liquid Glass chrome, or a Material dialog on other platforms.
LiquidGlassPresenter
Low-level bridge to the native presenter that drives sheets, alerts, and popovers over a single method channel.
LiquidGlassProgressView
A native SwiftUI linear progress bar with Liquid Glass styling on iOS 26+.
LiquidGlassSearchBar
A native iOS search field (UISearchTextField) with Liquid Glass styling on iOS 26+. On non-iOS platforms it falls back to a Material TextField.
LiquidGlassSegmentedControl
A native iOS segmented control (UISegmentedControl) with Liquid Glass styling on iOS 26+. On non-iOS platforms it falls back to a Material SegmentedButton.
LiquidGlassSheet
Presents a native iOS sheet (UISheetPresentationController) with Liquid Glass chrome, or a Material bottom sheet on other platforms.
LiquidGlassSlider
A native SwiftUI slider with Liquid Glass styling on iOS 26+.
LiquidGlassStepper
A native SwiftUI stepper with Liquid Glass styling on iOS 26+.
LiquidGlassStyle
Visual configuration for a LiquidGlass lens.
LiquidGlassSwitch
A native SwiftUI toggle with Liquid Glass styling on iOS 26+.
LiquidGlassTabBar
A native iOS tab bar backed by a real UITabBarController, so the OS draws the authentic Liquid Glass bar (floating glass, minimize-on-scroll, search accessory) on iOS 26+ — not a reimplementation.
LiquidGlassTextField
A native text input (UITextField) with Liquid Glass styling on iOS 26+.
LiquidGlassTheme
Supplies default LiquidGlassThemeData to descendant glass widgets.
LiquidGlassThemeData
Default styling for all liquid_glass_native widgets in a subtree.
LiquidGlassToolbar
A bottom toolbar with Liquid Glass styling on iOS 26+.
LiquidGlassView
Wraps the content that LiquidGlass lenses refract.
A single entry inside a LiquidGlassMenu.
TabItem
A single tab item inside LiquidGlassTabBar.

Enums

GlassGesture
How the embedded UiKitView should claim touches.