custom_dropdown_2 1.0.2
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.
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 #
- Add the latest version of package to your
pubspec.yaml
(and runflutter pub get
):
dependencies:
custom_dropdown_2:
- Import the package and use it in your Flutter App.
import 'package:custom_dropdown_2/custom_dropdown2.dart';
Todos #
- ❌ Dropdown field/header builder.
Issues & Feedback #
Please file an issue to send feedback or report a bug. Thank you!