A new package project made by myself for my delelopment app. for select option forked from flutter_awesome_select
Features
Beautifull and customable select options
Getting started
Setup by: Flutter version 2.10.5 or above
Usage
SmartSelect<String?>.single(
title: 'Contoh',
selectedValue: '',
choiceItems: jenisBisnisOption,
modalConfig: const S2ModalConfig(),
modalFilter: true,
onChange: (_) {},
),
Additional information
use this package well and wisely