I added a Estimated delivery date widget using a code snippet. I want it to show the diffrent shipping and delivery date for different product. Can I ...
I added a Estimated delivery date widget using a code snippet. I want it to show the diffrent shipping and delivery date for different product. Can I ...
I want to create watch face complication which will use data from my data provider project. I want to display it in a widget on the Watch Face in a wa ...
I have a strange issue. My VideoView doesnt want to expand/fill in a video taken with the AR camera of Samsung Galaxy S22 Ultra. Here is the screensho ...
I want to add background that has circle like picture below: And in my Figma, has asset like this: And my code is like this: Anyone else who ...
What is the main cause of the above error in Flutter? I am simply using the following code, where both the pickers use same code to fetch data from di ...
I am trying to pass the active product variation to a wordpress widget. The widget code for displaying the image is currently: The $artwork_url is ...
I created a Calendar widget. I have 7 users and I would like to create 7 personal calendars. For this purpose, I am using a list view builder. When ...
I created a simple calendar widget. I want to create a personal calendar for each user. For this purpose, I am using a ListView.builder. Please find ...
When the following code is run, a text box appear with scrollable. However, I need to make the textbox resizable with the cursor. How can I it? ...
I have a custom widget which 90% of the times is only one single widget but depending on some conditions it can be 2 or 3 which should fit vertically. ...
I'm trying to call function once after component created with react.. I'm new in to this, so hope you can help me to understand. I tryied to put onLoa ...
I am getting that infamous error, which I am not able to resolve. I tried all sorts of wrapping of widgets. The error is on the Container(). In tha ...
I need to distinguish a widget between scrollable and non-scrollable. As a developers, we know that widgets like ListView, SingleChildScrollView, Grid ...
i created a button widget and i want the icon of my button to be optional. so when i wanna write condition for it ,it wont accept it. here is my code: ...
Is Any Way How to pass a widget function to another page that is without any stateless/stateful? The file only includes widgets such as textfields, bu ...
I want to add dropdownMenu like picture below: But I still do not know how to do it. Here is my code: ...
i'm using 3 widget areas in my child theme's footer. i created a secondary custom theme successfully, and am hoping i can simply change those 3 widge ...
I'm making a game based off of the periodic table with tkinter. I made the particle frame just fine, so I decided to copy the code and reuse it for th ...
I have a row containing four Expanded widgets. Its code looks as follows: The resulting display is unsatisfactory if any of the texts in the Contai ...
enter image description here Please tell me how to draw these encircled geometrical lines in a container . After drawing a container widget how shou ...