How to overlap the boundaries of widgets in flutter
Ok so I apologize if the title of the question is confusing but see this:
So there is a blue container in the bottom left and 2 in top right corner of the main grey container. How do implement something like this in flutter. I am guessing there are two columns here one for left side panel and one for main grey container in right. How to make those blue containers as shown in the image that is part of both the columns?
Create movable object and shapes in Flutter
Good evening everyone,
How does one create a dynamic, changing widget in Flutter, when all the info is on the same page?
Thanks in advance for any help you can give!
Flutter: TabBar’s tabs are overlapping widgets that are present before it
As the title said, tabbar is over lapping widgets present before it when the screensize is small
Flutter custom shape scaffold in windows
i want to know if its possible to make a custom shape of the scaffold main window for windows?
I have searched everywhere and can’t find any information about it.
I want to achieve a personalized container/scaffold like for example the one in the image, i will add later custom buttons like minimize, maximize and close (this is no problem).
What is wrong here? #FLUTTER
Whenever I click the floating/next button the slider answer isn’t resetting to 0. The value of the first text-type question goes to the next text-type and the same goes for the slider question. What am I missing?
What is wrong here? #FLUTTER
Whenever I click the floating/next button the slider answer isn’t resetting to 0. The value of the first text-type question goes to the next text-type and the same for the slider question. What am I missing?
Text breaks into lines rather than getting smaller in size despite using expanded or flexible
I’m trying to creat a grid which contains elevated buttons. Each button has an icon and text below it. The text varies in length. When the text is too long, part of the word breaks into a new line rather than resizing to a smaller size. When I wrap it with Flexible or Expandable, it doesn’t change.
How to make it so that when I go to another page, the dotColor of the previous page changes to white
I need to do as in the pictures: [enter imaenter image description herege description here](https://i.sstatic.net/OjDjAO18.png)
That is, after switching to the second page, the dotColor of the first one changes to white. I am using SmoothPageIndicator
This is my code:
How do I tile images inside of a container like Twitter or Mastodon do?
Basically, I need to make them fit into the dimensions of a media container in a post widget al at once, here is an example.
enter image description here