Skip to content
 
 

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

switch_tab_plus

A flutter package that allows toggling as a tab bar.

Getting started

Add the dependency to pubspec.yaml:

switch_tab_plus:

Import package

import 'package:switch_tab_plus/switch_tab_plus.dart';

Example

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

switch tab plus

Contributing

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

About

A flutter package that allows toggling as a tab bar.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages