0 purchases
custom dropdown 2
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 run flutter pub get):
dependencies:
custom_dropdown_2:
copied to clipboard
Import the package and use it in your Flutter App.
import 'package:custom_dropdown_2/custom_dropdown2.dart';
copied to clipboard
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. #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.