pull_tab_menu 0.2.2 copy "pull_tab_menu: ^0.2.2" to clipboard
pull_tab_menu: ^0.2.2 copied to clipboard

Elegant context menus for Flutter apps via a discreet pull-out tab. Preserves clean aesthetics while providing quick access to actions.

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.2

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';
8
likes
160
points
40
downloads
screenshot

Publisher

verified publisherintuosol.com

Weekly Downloads

Elegant context menus for Flutter apps via a discreet pull-out tab. Preserves clean aesthetics while providing quick access to actions.

Repository (GitHub)

Topics

#ui #interactive #contextual #menu #customizable

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pull_tab_menu