quds_popup_menu 0.0.1+1 quds_popup_menu: ^0.0.1+1 copied to clipboard
A new way to show advanced popup menu in Flutter, the package is a part of quds_ui_kit package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add quds_popup_menu
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
quds_popup_menu: ^0.0.1+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:quds_popup_menu/quds_popup_menu.dart';