flex_dropdown 0.2.0 copy "flex_dropdown: ^0.2.0" to clipboard
flex_dropdown: ^0.2.0 copied to clipboard

This package enables you to easily implement dropdowns with custom styling, animations, and data sources to match your app's needs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flex_dropdown

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

dependencies:
  flex_dropdown: ^0.2.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:flex_dropdown/flex_dropdown.dart';
10
likes
150
points
1.19k
downloads

Publisher

verified publishersnappx.io

Weekly Downloads

This package enables you to easily implement dropdowns with custom styling, animations, and data sources to match your app's needs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flex_dropdown