flutter_amazing_select 1.0.0
flutter_amazing_select: ^1.0.0 copied to clipboard
A new package project made by myself for my delelopment app. for select option forked from flutter_awesome_select
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