gome_search 0.0.2 copy "gome_search: ^0.0.2" to clipboard
gome_search: ^0.0.2 copied to clipboard

A minimal search input widget with debounce and clear button.

pub package

gome_search #

A lightweight and reusable search input field with:

  • Debounce search (default 500ms)
  • Clear button
  • Search icon
  • Initial value support

Usage #

Search(
  placeholder: 'Cari produk',
  onSearchChanged: (text) {
    print('Search: $text');
  },
)
0
likes
130
points
169
downloads

Publisher

unverified uploader

Weekly Downloads

A minimal search input widget with debounce and clear button.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on gome_search