create a flutter dropdown button like this
i want to create a flutter dropdown button like shown in the images below. this is an InkWell at the end of the row widget with text and assetImage. i want when a user clicks on the inkwell it display…
i want to create a flutter dropdown button like shown in the images below. this is an InkWell at the end of the row widget with text and assetImage. i want when a user clicks on the inkwell it display…
I need to put a border with a gradient on a div like below, I've already tried a few methods but none of them work... How can I do it? Thanks in advance The gradient is: linear-gradient(93deg, #6FB3D9 -0.72%, rgba(217,…
enter image description here Hello Everyone! i am new In Flutter Framework i need a help from you guys. Actually I just want to design the bottom navbar with page shifting like. When use clicks on The Following tabs than…
I was wondering how do you put a bottomsheet above the bottomnavbar, like for example the binance lite app as a case right here: example i tried using rootnavigator false but it didnt work because in my bottomnavbar, i got…
I have a site running on digital ocean : https://studiosnow-gjxrv.ondigitalocean.app/ and the github code is : https://github.com/Omkarc284/SNsite1 It works better in development but in production its problematic! As you can see i have heavy images but my client cant compromise…
I am a beginner coder. I develop my very first app using SwiftUI and I have a huge problem(bug) with keyboard: the View is moving up when TextField is touched. I don't want my View to move at all. I…
I am making a calculator app, and when I click on an input field, I want to show a custom keyboard (basically a custom made widget that is the whole keyboard), but have no clue how to make it look…
on tapping team right side content will change. Also how to put vertical and horizontal dividers as well
I am creating an email template in HTML and, while it displays properly on mobile, it is too wide on desktop. Currently it looks like this on my PC: Here is an example that I would like to mimic. Notice…
Like below I used BoxDecoration in Container Widget. But I have not created Container( height: 100, decoration: BoxDecoration( color: Colors.blue, borderRadius: const BorderRadius.vertical( bottom: Radius.circular(100), ), ), ), I can't imagine UI in Flutter. Hope your advice. Thanks