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

A widget for selecting multiple options from a dropdown list.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dropdown_widgets

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

dependencies:
  dropdown_widgets: ^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_widgets/components/dropdown_body.dart';
import 'package:dropdown_widgets/components/dropdown_body_animation.dart';
import 'package:dropdown_widgets/components/dropdown_header.dart';
import 'package:dropdown_widgets/components/dropdown_menu_button.dart';
import 'package:dropdown_widgets/models/box_info.dart';
import 'package:dropdown_widgets/models/dropdown_body_box.dart';
import 'package:dropdown_widgets/models/dropdown_header_options.dart';
import 'package:dropdown_widgets/models/dropdown_menu_button_options.dart';
import 'package:dropdown_widgets/models/dropdown_option.dart';
import 'package:dropdown_widgets/models/dropdown_scroll_notification.dart';
import 'package:dropdown_widgets/multi_select_dropdown.dart';
1
likes
140
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A widget for selecting multiple options from a dropdown list.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dropdown_widgets