native_tab_bar library

Classes

NativeTab
A tab item that includes the title label and native icon data.
NativeTabBar
Render a native tab bar platform widget.
NativeTabBarAndroid
The Android implementation of NativeTabBarPlatform.
NativeTabBarApiStyle
The style of the NativeTabBar.
NativeTabBarFlutterApi
A callback API for native code to call Flutter code.
NativeTabBarHostApi
API for our Flutter code to pass data and call methods in native code.
NativeTabBarIOS
The iOS implementation of NativeTabBarPlatform.
NativeTabBarPlatform
NativeTabBarState
The state of the tab bar widget that survives a re-render. This state gets invalidated when refresh() is called from the platform, or when widget.style.isMaterial3 is toggled.
NativeTabBarStyle
The style of the native tab bar widget.
NativeTabIcon
Icon data for a tab that provides both Material (Android) and Cupertino (iOS) Flutter icons.
RGBAColor
A color formatted for the API to pass between Flutter and native code.