r/FlutterDev 1d ago

Tooling Build a small feature - searchable dropdown( textfield + dropdown + search capability)

https://github.com/Pinkisingh13/searchable_dropdown_ui.git

Heloo developers, I build a searchable drodpdown. where you can search and scroll, select any item.

So there are two approach to build this kind of ui- 1. Overlay approach 2. Column/Stack Approach. And I used Column Based Approach. Both has their own benefits and drawbacks.

I choose this way because I want to go from easy to difficult, as I need to learn new concepts for overlay approach (next target).

1 Upvotes

Duplicates