Top Flutter Generic Picker packages A custom picker is a type of picker that allows the user to select from a list of options of different types. The options may be displayed in a drop-down list, or they may be displayed in a separate window. The complete list of Flutter Item Picker, Number Picker, List Picker and other Generic Picker packages is provided below.
flutter_picker
436
Flutter plugin picker. Include NumberPicker, DateTimePicker, ArrayPicker, and default linkage Picker. Provide flexible parameters to meet various needs.
direct_select_flutter
304
DirectSelect is a selection widget with an ethereal, full-screen modal popup displaying the available choices.
bottom_picker
257
A new flutter package that let you create a bottom item picker or date & time picker with minmum parameters
flutter_material_pickers
223
A flutter package for easily and consistently showing material themed picker dialogs.
direct_select
178
This package allows you to scroll/select the value directly from the dropdown with less effort and time.
flutter_pickers
54
Flutter selector library, including date and time selector, single item selector (gender, occupation, education, constellation), city address selector, etc.
drop_zone
43
A simple way to bring drag’n’drop to flutter web. drop_zone is commonly used for file choosing by dragging and dropping a file(s) onto a designated widget. The user can then use the dropped html file(s).