how to show image picker in bottom sheet flutter - flutter

I want to use image picker like insta or facebook when I click on a button it should popsup the bottom sheet with my gallery images and scaffold should also resize to show options just like in a design provider. Thanks

Related

Make a Flutter textfield background as a notebook style (lined textfield)

I want to make a notebook page in my app like the one in the image below, I do not want a customPaint or SVG or any kind of photos I want when I scroll the page the lines still under the text, is there any custom textField with a lined background to use?

How can we code a custom map where each block (house) is clickable in flutter?

How can we code the below image in flutter where each orange block in image should be clickable and on clicking it should open a dialog.

Flutter - blur the screen except the selected widget

We have a screen with listItems. Each item can be longPressed to open a popupMenu. Now requirement is to blur the screen except the selected listItem on long press. (check screenshot)
How can this be achieved?
I think you are looking for something like this one.
https://pub.dev/packages/focused_menu
Using this library you can show the popup menu by making the background blurry without the tapped item.

flutter drag down menu

I have to make flutter page where at top there is a drag down button or slider so we can view name of the user and in main screen there is a simple button.
If anyone can give me a sample code that how to make a slide down menu in flutter.it will be really useful for me.

How to expand appbar to show text inside app bar on click of action icon ion flutter?

I am building a app activity which has an app bar which has an icon in the center of the appbar and some text. I want to be able to show the text below t the icon with some transition inside the appbar on click of the icon mentioned before and make it disappear it is already showing.
I tried using sliver but I need the transition to happen with click event not scroll up and down event.