menu 0.1.0 copy "menu: ^0.1.0" to clipboard
menu: ^0.1.0 copied to clipboard

outdated

menu with flutter, wrap your widget ,and long tap to show menu

menu #

menu with flutter

wrap your widget ,and long tap to show menu

like this:

img

Usage #

import 'package:menu/menu.dart';

Menu(
  child: Container(
    width: 200,
    color: Colors.yellow,
    height: 100,
    child: Text("长按弹出"),
  ),
  items: [
    MenuItem("copy", () {}),
    MenuItem("add", _incrementCounter),
  ],
);
9
likes
0
pub points
58%
popularity

Publisher

unverified uploader

menu with flutter, wrap your widget ,and long tap to show menu

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on menu