bottom_cupertino_tabbar 1.0.11
bottom_cupertino_tabbar: ^1.0.11 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 Dart:
$ dart pub add bottom_cupertino_tabbarWith Flutter:
$ flutter pub add bottom_cupertino_tabbarThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bottom_cupertino_tabbar: ^1.0.11Alternatively, your editor might support dart pub get or 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';