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
Issues & Feedback
Please file an issue to send feedback or report a bug. Thank you!