tas-unn
tas-unn
I have a file with this structure: https://jsoneditoronline.org/#left=cloud.5c3ee044771a4f25ab22407409e0da1b (number of items in "listlevel1" may vary and reach up to 2000) How can I make sure that my list loads correctly...
How to add and remove widgets dynamically on a form? with unique names and correct deletion. I do not normally delete elements. In addition, after deleting, you need to double-click...
I've tried to use Sidebarx with web navigation https://github.com/tas-unn/tttt this is my project, which doesn't works correctly. 1) When I first run the application and click on the menu items...
if the name of the menu item (too long) does not fit in the width of the sidebar, then the name does not wrap, but goes beyond the border and...
I wanted to make it so that after restarting the application the talker would save the history in my application. In theory, to do this you need to save the...
I have a SingleChildScrollView widget. I'd like to use card_swiper in it, but i don't know height of my future widget, because it'll be a list from some site. Scaffold...