About 1,910,000 results
Open links in new tab
  1. Flutter - How to create a Search Bar using a text field widget?

    Mar 28, 2023 · I am creating a search bar on the new page. I don't want the search iconbutton onpressed search delegate method. I want a search field like below. So I am using the …

  2. flutter - How can i use text field and button search to find api id ...

    Jul 21, 2021 · When you press the button, a message will be printed to the console containing the keyword(s) entered into the text field. This is your opportunity to search through your data and …

  3. 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 …

  4. How to create a Search Bar in Flutter with examples

    Dec 29, 2022 · In Flutter, you can implement a search bar using the TextField widget with the decoration attribute set to an InputDecoration with a hintText of “Search…” and a search icon …

  5. How to add search icon to TextField in Flutter? - Stack Overflow

    Nov 4, 2021 · there is no proper way to add icon in hint, but you can try this alternative, use rich text on textfield as hint text, hide when tap on textfield and show with condition when textfield …

  6. Flutter: Add a Search Field to an App Bar (2 Approaches)

    Aug 5, 2023 · This article walks you through a couple of examples of adding a search field to an app bar in Flutter. The first one uses the AppBar widget (most seen in entertainment apps) …

  7. textfield_search | Real Flutter

    Jul 23, 2024 · A new Flutter package which uses a TextField to search and select it's value from a simple list.

  8. textfield_search example | Flutter package - Pub

    Jul 23, 2024 · A new Flutter package which uses a TextField to search and select it's value from a simple list.

  9. Create and style a text field - Flutter

    Feb 12, 2025 · Text fields allow users to type text into an app. They are used to build forms, send messages, create search experiences, and more. In this recipe, explore how to create and …

  10. flutter - How to add search button? - Stack Overflow

    Aug 15, 2022 · How to make a search column that has a button and a textfield like the design image I want. My design is now a textfield with an icon. The icon is in the textfield.

Refresh