flutter_amazing_select 1.0.0 copy "flutter_amazing_select: ^1.0.0" to clipboard
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

0
likes
80
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A new package project made by myself for my delelopment app. for select option forked from flutter_awesome_select

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on flutter_amazing_select