dropdown_plus_bloc 0.1.1
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_blocWith Flutter:
$ flutter pub add dropdown_plus_blocThis 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.1Alternatively, 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';