Last updated:
0 purchases
flutter amazing 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: (_) {},
),
copied to clipboard
Additional information #
use this package well and wisely
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.