switch_tab 0.1.2 copy "switch_tab: ^0.1.2" to clipboard
switch_tab: ^0.1.2 copied to clipboard

A flutter package that allows toggling as a tab bar.

switch_tab #

A flutter package that allows toggling as a tab bar.

Getting started #

Add the dependency to pubspec.yaml:

switch_tab:

Import package

import 'package:switch_tab/switch_tab.dart';

Example #

SwitchTab(
  text: const ["Flutter", "React Native"],
  shape: SwitchTabShape.rectangle,
  thumbColor: Colors.orange,
  onValueChanged: (index) {},
)
example

Contributing #

Any kind of support in the form of reporting bugs, answering questions or PRs is always appreciated.

6
likes
130
pub points
70%
popularity

Publisher

unverified uploader

A flutter package that allows toggling as a tab bar.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on switch_tab