adaptive_selector 0.0.2+1 copy "adaptive_selector: ^0.0.2+1" to clipboard
adaptive_selector: ^0.0.2+1 copied to clipboard

outdated

Simple and robust Selector that adaptive for all platform.

adaptive_selector #

Simple and robust Selector that adaptive for all platform.
Menu Selector Bottom Sheet Selector

Getting started #

Basic usage

AdaptiveSelector(
  options: options,
  decoration: const InputDecoration(
    hintText: 'Select school',
  ),
  itemBuilder: (option, isSelected) => SelectorTile(
    option: option,
    isSelected: isSelected,
  ),
),

Async selector

AdaptiveSelector(
  options: asyncOptions,
  decoration: const InputDecoration(
    hintText: 'Select school',
  ),
  itemBuilder: (option, isSelected) => SelectorTile(
    option: option,
    isSelected: isSelected,
  ),
  loading: loading,
  onSearch: onSearch,
),
7
likes
0
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

Simple and robust Selector that adaptive for all platform.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_portal

More

Packages that depend on adaptive_selector