About 180,000 results
Open links in new tab
  1. textfield_search | Flutter package - Pub

    Jul 23, 2024 · flutter_textfield_search # FTFS is a Flutter package which uses a TextField Widget to search and select a value from a list. It's a simple, lightweight, and fully tested package …

  2. searchfield | Flutter package - Pub

    2 days ago · SearchField( hint: 'Search for a city or zip code', maxSuggestionBoxHeight: 300, onSuggestionTap: (SearchFieldListItem<City> item) { setState(() { selectedValue = item; }); }, …

  3. textfield_search - Dart API docs - Pub

    flutter_textfield_search. FTFS is a Flutter package which uses a TextField Widget to search and select a value from a list. It's a simple, lightweight, and fully tested package unlike other …

  4. dropdown_search | Flutter package - Pub

    Jan 16, 2025 · Simple and reactive Searchable Dropdown with item search feature, making it possible to use an sync/async item for easy customization.

  5. searchfield example | Flutter package - Pub

    2 days ago · // import 'package:example/pagination.dart'; import 'package:flutter/material.dart'; import 'package:searchfield/searchfield.dart'; void main() { runApp(const MyApp()); } class …

  6. drop_down_search_field | Flutter package - Pub

    Apr 11, 2025 · Flutter DropDownSearchField # A DropDownSearchField (autocomplete) widget for Flutter, where you can show suggestions to users as they type. Features # Displays …

  7. search_choices | Flutter package - Pub

    Dec 18, 2024 · Highly customizable Widget to search through a single or multiple choices list in a dialog box or a menu. Supports pagination, future/API/webservice searches with sort and filter.

  8. text_search_field | Flutter package - Pub

    Jan 7, 2024 · A dependency text search field widget for flutter which is going to help you with implementation of search filed with suggestions. More...

  9. flutter_typeahead | Flutter package - Pub

    Feb 8, 2024 · Flutter TypeAhead # A TypeAhead (autocomplete) widget for Flutter, where you can show suggestions to users as they type. Features # Shows suggestions in an floating box with …

  10. advanced_search | Flutter package - Pub

    May 14, 2025 · Text Field with Advanced Search features that gives you search results from a predefined set as per your search settings

Refresh