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
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 the below image in flutter where each orange block in image should be clickable and on clicking it should open a dialog.
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.
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.
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.