dropdown_plus_bloc 0.1.1 copy "dropdown_plus_bloc: ^0.1.1" to clipboard
dropdown_plus_bloc: ^0.1.1 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 Dart:

 $ dart pub add dropdown_plus_bloc

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 dart pub get):

dependencies:
  dropdown_plus_bloc: ^0.1.1

Alternatively, your editor might support dart pub get or 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
0
points
201
downloads

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

unknown (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on dropdown_plus_bloc