How to create select option in flutter? - flutter

I'm unable to find a way to create an input field in Flutter that would open up a drop downlist of name. Is this possible with Flutter material widgets?
just like this

You can make use dropdown_formfield package:

Related

Create Vertical List in Flutter

I want to create this type of listview using flutter.
https://dribbble.com/shots/6872462-Food-ordering-app-Animate
You can find out more by clicking on this link. But I don't know how to create this type of list. I mean, you can see in the GIF that the list is indexed based.
A fixed indexed item container is colored.
How can I achieve it?
Flutter provides you with a widget very similar to the result you want to achieve called NavigationRail.
You will not have the animation by default, but you can maybe search in the source code of this widget how to create a custom widget that will implement animations.

Is it possible to wrap Poppler with Flutter?

It is my hobby project. I want to view pdf documents in my Flutter app.
I want to use Poppler C++ library and wrap it with Flutter using dart ffi.
I just checked the library but can't find any way to start.
Is it possible to wrap it with Flutter? If yes, I need a guideline to start the project.
Thanks a lot!

How do you create this sort of expandable DropDownButton? or menu?

I wanted to make this sort of menu which expands when clicking. I tried to make it using DropDownMenu Button but I am just a beginner to learn flutter and couldn't make it. Please help.
This is what I want to archive:
you can use this package to achieve your view
https://pub.dev/packages/expandable

I'm trying to make custom share option in flutter but i have no idea how to make it in flutter

enter image description here
I'm trying to make custom share option in flutter but i have no idea how to make it in flutter

Alternative way to flutter webview

How to display a piece of code in flutter application like image below
I tried to use flutter_webview package but i didn't like it.
I am asking if is there any alternative way i can use to display them
To show code in your flutter app you can use markdown and next package:
https://pub.dev/packages/flutter_markdown