pull_tab_menu 0.2.1
pull_tab_menu: ^0.2.1 copied to clipboard
PullTabMenu brings elegant context menus to Flutter apps through a discreet, pull-out tab interface. Preserve your interface's clean aesthetic while providing immediate access to actions when users ne [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pull_tab_menu
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
pull_tab_menu: ^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:pull_tab_menu/pull_tab_menu.dart';