This image shows flutter app selection controls
But I want selection controls like Gmail.
How can I made it.
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?
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
When added boxdecorations the state and place dropdowns are in disable state. In enter link description here
in flutter but when using default decoration everything works fine
I'm working on a flutter application. In my application, I like to animate the text field just like the CVV text filed in this link https://dribbble.com/shots/4542183-e-commerce-shopping-app-UI-Kit-interaction. I could see few references on how to change the color or width of the text box border in flutter. But this is something different - a running border. I have attached a needed animation video link below for reference. Is there any way to achieve that text form field border animation in flutter?
Refer link : https://cdn.dribbble.com/users/692322/screenshots/4542183/attachments/1027997/payment_interaction.mp4
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.