vertical_tabs_flutter 1.0.0 copy "vertical_tabs_flutter: ^1.0.0" to clipboard
vertical_tabs_flutter: ^1.0.0 copied to clipboard

A vertical tabs package for flutter framework.

Vertical Tabs #

A vertical tabs package for flutter framework.

Getting Started #

A simple example of usage. to get more examples see Examples directory.
To see all settings please visit API reference of this package

...

VerticalTabs(
  tabsWidth: 150,
  tabs: <Tab>[
    Tab(child: Text('Flutter'), icon: Icon(Icons.phone)),
    Tab(child: Text('Dart')),
    Tab(child: Text('NodeJS')),
    Tab(child: Text('PHP')),
    Tab(child: Text('HTML 5')),
  ],
  contents: <Widget>[
    Container(child: Text('Flutter'), padding: EdgeInsets.all(20)),
    Container(child: Text('Dart'), padding: EdgeInsets.all(20)),
    Container(child: Text('NodeJS'), padding: EdgeInsets.all(20)),
    Container(child: Text('PHP'), padding: EdgeInsets.all(20)),
    Container(child: Text('HTML 5'), padding: EdgeInsets.all(20))
  ],
),
  
  




Scroll direction of content




RTL

5
likes
100
pub points
88%
popularity

Publisher

unverified uploader

A vertical tabs package for flutter framework.

Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on vertical_tabs_flutter