dropdown_flex 0.0.2 copy "dropdown_flex: ^0.0.2" to clipboard
dropdown_flex: ^0.0.2 copied to clipboard

A flexible Flutter dropdown widget with customizable design and a fix for the auto-focus scroll issue when navigating via keyboard.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dropdown_flex

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

dependencies:
  dropdown_flex: ^0.0.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_flex/dropdown_flex.dart';
0
likes
70
points
36
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flexible Flutter dropdown widget with customizable design and a fix for the auto-focus scroll issue when navigating via keyboard.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on dropdown_flex