browser_tab_bar 0.1.1
browser_tab_bar: ^0.1.1 copied to clipboard
Chrome 风格浏览器标签栏组件:仅标签条本体,内容由使用方自定义。支持增删改查、悬停渐变、耳角连通、键盘导航、明暗主题。
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add browser_tab_barWith Flutter:
$ flutter pub add browser_tab_barThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
browser_tab_bar: ^0.1.1Alternatively, 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:browser_tab_bar/browser_tab_bar.dart';