dropdown_plus_bloc 0.1.2 copy "dropdown_plus_bloc: ^0.1.2" to clipboard
dropdown_plus_bloc: ^0.1.2 copied to clipboard

A highly customizable Flutter dropdown package with BLoC/Cubit integration. Supports single-select searchable dropdown and multi-select dropdown with real-time search, offline caching, and full theme [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dropdown_plus_bloc

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

dependencies:
  dropdown_plus_bloc: ^0.1.2

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_plus_bloc/dropdown_plus_bloc.dart';
2
likes
120
points
184
downloads

Documentation

API reference

Publisher

verified publisherlidhin.com

Weekly Downloads

A highly customizable Flutter dropdown package with BLoC/Cubit integration. Supports single-select searchable dropdown and multi-select dropdown with real-time search, offline caching, and full theme customization.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on dropdown_plus_bloc