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.

Libraries

custom_dropdown2