browser_tab_bar 0.2.1 copy "browser_tab_bar: ^0.2.1" to clipboard
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_bar

This 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.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:browser_tab_bar/browser_tab_bar.dart';
1
likes
150
points
252
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on browser_tab_bar