flutter_adaptive_foreground library

Barrel export file for the adaptive foreground and navigation bar package.

Classes

AdaptiveNavBar
A pure-Flutter pixel-perfect replica of the Apple App Store's adaptive bottom navigation bar.
AdaptiveNavBarItem
Represents a single item inside the AdaptiveNavBar.
AdaptiveTheme
Holds the adaptive visual theme properties computed for the nav bar.
AppAdaptiveForeground
A widget that provides an adaptive foreground color (Black/White) based on background luminance.
AppButtonIosAndroid
A cross-platform action button that renders a native iOS AppIosButton on iOS and a Material circular button on all other platforms.
AppDimensions
Global sizing constants for the adaptive_foreground package widgets.
AppIosButton
A native iOS action button backed by CNButton.icon from the cupertino_native package.
BlurSurface
Renders a frosted-glass surface using hardware-accelerated background blurs.
BrightnessSampler
Captures and computes background colors and luminance from a rendering boundary.
SampleResult
Wraps the calculated average colors and luminance values.
TintController
Manages and isolates color selection for individual elements on the tab bar.