animated_multi_dropdown 1.0.5 copy "animated_multi_dropdown: ^1.0.5" to clipboard
animated_multi_dropdown: ^1.0.5 copied to clipboard

A highly customizable animated multi-dropdown widget with stunning animations like glass morphism, liquid effects, neon, cyberpunk, and more.

  1. Import Package dart import 'package:animated_multi_dropdown/animated_multi_dropdown.dart';
  2. Basic Usage Single Selection dart String? selectedValue;

SimpleDropdownFactory.single( items: ['Apple', 'Banana', 'Orange', 'Mango', 'Grapes'], value: selectedValue, onChanged: (value) => setState(() => selectedValue = value), itemBuilder: (item) => Text(item), hintText: 'Select a fruit', animationType: DropdownAnimationType.glass, ) Multiple Selection dart List

SimpleDropdownFactory.multiple( items: ['Flutter', 'React', 'Vue.js', 'Angular', 'Svelte'], value: selectedValues, onChanged: (values) => setState(() => selectedValues = List

1
likes
0
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

A highly customizable animated multi-dropdown widget with stunning animations like glass morphism, liquid effects, neon, cyberpunk, and more.

Repository (GitHub)
View/report issues

Topics

#dropdown #animation #flutter-widget #multi-select #custom-dropdown

License

unknown (license)

Dependencies

flutter

More

Packages that depend on animated_multi_dropdown