0 purchases
switch tab
switch_tab #
A flutter package that allows toggling as a tab bar.
Getting started #
Add the dependency to pubspec.yaml:
switch_tab:
copied to clipboard
Import package
import 'package:switch_tab/switch_tab.dart';
copied to clipboard
Example #
SwitchTab(
text: const ["Flutter", "React Native"],
shape: SwitchTabShape.rectangle,
thumbColor: Colors.orange,
onValueChanged: (index) {},
)
copied to clipboard
Contributing #
Any kind of support in the form of reporting bugs, answering questions or PRs is always appreciated.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.