bottom_cupertino_tabbar 2.0.1 copy "bottom_cupertino_tabbar: ^2.0.1" to clipboard
bottom_cupertino_tabbar: ^2.0.1 copied to clipboard

BottomCupertinoTabbar is a customizable, Cupertino-style Flutter widget for bottom navigation with support for individual navigation stacks per tab.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bottom_cupertino_tabbar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  bottom_cupertino_tabbar: ^2.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bottom_cupertino_tabbar/bottom_cupertino_tabbar.dart';
18
likes
150
points
147
downloads

Publisher

verified publisherjacopoantoniocausin.com

Weekly Downloads

BottomCupertinoTabbar is a customizable, Cupertino-style Flutter widget for bottom navigation with support for individual navigation stacks per tab.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, provider

More

Packages that depend on bottom_cupertino_tabbar