A flutter package that allows toggling as a tab bar.
Add the dependency to pubspec.yaml:
switch_tab_plus:Import package
import 'package:switch_tab_plus/switch_tab_plus.dart';SwitchTabPlus(
text: const ["Flutter", "React Native"],
shape: SwitchTabShape.rectangle,
thumbColor: Colors.orange,
onValueChanged: (index) {},
)Any kind of support in the form of reporting bugs, answering questions or PRs is always appreciated.
