pull_tab_menu 0.2.1 copy "pull_tab_menu: ^0.2.1" to clipboard
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';
8
likes
140
points
40
downloads
screenshot

Publisher

verified publisherintuosol.com

Weekly Downloads

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 need them. Perfect for creative applications where screen space and functionality must be balanced.

Repository (GitHub)

Topics

#ui #interactive #contextual #menu #customizable

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pull_tab_menu