animated_custom_dropdown 4.0.0 copy "animated_custom_dropdown: ^4.0.0" to clipboard
animated_custom_dropdown: ^4.0.0 copied to clipboard

Highly customizable animated dropdown for Flutter — search, network search with infinite scroll, multi-selection, overlay animations and a floating label.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animated_custom_dropdown

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

dependencies:
  animated_custom_dropdown: ^4.0.0

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:animated_custom_dropdown/custom_dropdown.dart';
import 'package:animated_custom_dropdown/models/controllers.dart';
import 'package:animated_custom_dropdown/models/custom_dropdown_animation.dart';
import 'package:animated_custom_dropdown/models/custom_dropdown_decoration.dart';
import 'package:animated_custom_dropdown/models/custom_dropdown_list_filter.dart';
import 'package:animated_custom_dropdown/models/disabled_decoration.dart';
import 'package:animated_custom_dropdown/models/list_item_decoration.dart';
import 'package:animated_custom_dropdown/models/search_field_decoration.dart';
import 'package:animated_custom_dropdown/utils/signatures.dart';
import 'package:animated_custom_dropdown/widgets/animated_section.dart';
import 'package:animated_custom_dropdown/widgets/dropdown_field.dart';
import 'package:animated_custom_dropdown/widgets/dropdown_overlay/dropdown_overlay.dart';
import 'package:animated_custom_dropdown/widgets/dropdown_overlay/widgets/items_list.dart';
import 'package:animated_custom_dropdown/widgets/dropdown_overlay/widgets/search_field.dart';
import 'package:animated_custom_dropdown/widgets/overlay_builder.dart';
598
likes
150
points
16.8k
downloads
screenshot

Documentation

API reference

Publisher

verified publisherabdullahchauhan.com

Weekly Downloads

Highly customizable animated dropdown for Flutter — search, network search with infinite scroll, multi-selection, overlay animations and a floating label.

Repository (GitHub)
View/report issues

Topics

#ui #dropdown #spinner #widget

Funding

Consider supporting this project:

buymeacoffee.com

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on animated_custom_dropdown