adaptive_menu 0.0.1 copy "adaptive_menu: ^0.0.1" to clipboard
adaptive_menu: ^0.0.1 copied to clipboard

PlatformiOS

A Flutter package that allows displaying a native iOS pull-down menu on iOS and a Material Design popup menu on other platforms

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adaptive_menu

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

dependencies:
  adaptive_menu: ^0.0.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:adaptive_menu/adaptive_menu.dart';
0
likes
160
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that allows displaying a native iOS pull-down menu on iOS and a Material Design popup menu on other platforms

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on adaptive_menu

Packages that implement adaptive_menu