custom_dropdown_2 1.0.2 copy "custom_dropdown_2: ^1.0.2" to clipboard
custom_dropdown_2: ^1.0.2 copied to clipboard

A custom dropdown, forked from animated_custom_dropdown.

custom_dropdown_2 #

A new Flutter project.

Getting Started #

Custom Dropdown package lets you add customizable animated dropdown widget.

pub.dev likes popularity pub points

buy me a coffee

Features #

Lots of properties to use and customize dropdown widget as per your need. Also usable under Form widget for required validation.

  • Custom dropdown using constructor CustomDropdownII().s
  • Custom dropdown with search field using named constructor CustomDropdownII.search().
  • Custom dropdown with search request field using named constructor CustomDropdownII.searchRequest().

Getting started #

  1. Add the latest version of package to your pubspec.yaml (and run flutter pub get):
dependencies:
  custom_dropdown_2:
  1. Import the package and use it in your Flutter App.
import 'package:custom_dropdown_2/custom_dropdown2.dart';

Example App


Todos #

  • ❌ Dropdown field/header builder.

Issues & Feedback #

Please file an issue to send feedback or report a bug. Thank you!


This pack was forked from pub.dev #

and is maintained by Ismael Correia. #

2
likes
120
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A custom dropdown, forked from animated_custom_dropdown.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on custom_dropdown_2