precision_select_dropdown 0.0.1 copy "precision_select_dropdown: ^0.0.1" to clipboard
precision_select_dropdown: ^0.0.1 copied to clipboard

A production-ready, generic, searchable dropdown widget for Flutter with overlay positioning, debounced search, and full customization support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add precision_select_dropdown

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

dependencies:
  precision_select_dropdown: ^0.0.1

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:precision_select_dropdown/precision_select_dropdown.dart';
0
likes
150
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A production-ready, generic, searchable dropdown widget for Flutter with overlay positioning, debounced search, and full customization support.

Homepage
Repository (GitHub)
View/report issues

Topics

#dropdown #search #select #overlay #flutter-widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on precision_select_dropdown