switch_tab

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.