Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a dropdown for ios using flutter?

Tags:

flutter

I can create a dropdown for android using DropdownButton and DropdownMenuItem widgets.But for ios I couldn't see any widgets like dropdown. I have seen on Cupertino (iOS-style) widgets also, but I didn't get any idea.Is there any option to create a dropdown for ios?

like image 960
Sathya Avatar asked Aug 03 '26 07:08

Sathya


1 Answers

In iOS, the dropdown known as Picker. You can try the Cupertino Picker Widget.

Here is the Documentation: https://api.flutter.dev/flutter/cupertino/CupertinoPicker-class.html

And Here is the repo with an example, that will show you how you can implement: https://github.com/dhuma1981/Flutter_Cupertino_Demo

like image 102
Dhrumil Shah - dhuma1981 Avatar answered Aug 06 '26 09:08

Dhrumil Shah - dhuma1981



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!