browser_tab_bar 0.2.2
browser_tab_bar: ^0.2.2 copied to clipboard
Chrome-style browser tab bar widget: tab strip only; add/close/activate tabs, hover fades, toolbar-merged active tab, keyboard navigation, light and dark themes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add browser_tab_barThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
browser_tab_bar: ^0.2.2Alternatively, 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:browser_tab_bar/browser_tab_bar.dart';