platform_tab_bar_control 0.0.1 copy "platform_tab_bar_control: ^0.0.1" to clipboard
platform_tab_bar_control: ^0.0.1 copied to clipboard

outdated

A simple Tab Bar Control that uses the platforms default widgets to control a `TabBarView`. Uses the regular `TabBar` on Android and a `CupertinoSegmentedControl` on iOS.

platform_tab_bar_control #

A simple Tab Bar Control that uses the platforms default widgets to control a TabBarView.

On Android, uses the regular TabBar. On iOS, uses a CupertinoSegmentedControl.

Usage #

PlatformTabBarControl(
    controller: _tabController,
    tabTitles: ['Tab One', 'Tab Two'],
  )

If you need to you can set the CupertinoSegmentedControl colors through the segmentedControlColors parameter, which takes a PlatformTabSegmentedControlColors object.

2
likes
0
pub points
17%
popularity

Publisher

verified publisherneomode.com.br

A simple Tab Bar Control that uses the platforms default widgets to control a `TabBarView`. Uses the regular `TabBar` on Android and a `CupertinoSegmentedControl` on iOS.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on platform_tab_bar_control