tx_dropdown_menu 1.0.0 copy "tx_dropdown_menu: ^1.0.0" to clipboard
tx_dropdown_menu: ^1.0.0 copied to clipboard

A flutter package with a custom drop-down menu that supports iOS and Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tx_dropdown_menu

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

dependencies:
  tx_dropdown_menu: ^1.0.0

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:tx_dropdown_menu/tx_dropdown_menu.dart';
3
likes
140
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package with a custom drop-down menu that supports iOS and Android.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, scroll_to_index

More

Packages that depend on tx_dropdown_menu