dropdown_container 0.0.3 copy "dropdown_container: ^0.0.3" to clipboard
dropdown_container: ^0.0.3 copied to clipboard

A container provides dropdown for its child widget. The child widget and the widget in dropdown is not limited.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dropdown_container

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

dependencies:
  dropdown_container: ^0.0.3

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:dropdown_container/dropdown_container.dart';
2
likes
160
points
46
downloads

Publisher

verified publishertu-x.com

Weekly Downloads

A container provides dropdown for its child widget. The child widget and the widget in dropdown is not limited.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dropdown_container