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

Composable widgets for building menu systems.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add base_menu

With Flutter:

 $ flutter pub add base_menu

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  base_menu: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:base_menu/base_menu.dart';
0
likes
0
points
86
downloads

Publisher

unverified uploader

Weekly Downloads

Composable widgets for building menu systems.

Repository (GitHub)
View/report issues

Topics

#menus #ui

License

unknown (license)

Dependencies

flutter

More

Packages that depend on base_menu