browser_tab_bar 0.2.1
browser_tab_bar: ^0.2.1 copied to clipboard
Chrome-style browser tab bar widget (tab strip only, page content is up to you): add/close/activate/update 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.1Alternatively, 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';