Unable to design a correct layout in flutter
I'm trying to make a task app with Flutter and Firebase. I'm not the best for designing so I took a design from Dribbble that i'm trying to copy for my app. Here is the link of the design. Dribbble…
I'm trying to make a task app with Flutter and Firebase. I'm not the best for designing so I took a design from Dribbble that i'm trying to copy for my app. Here is the link of the design. Dribbble…
I am a android developer i am learning flutter but here i am fighting with a commom but important issue. In my below code last some rows is hiding. Here i divided the screen size into 10 part first 9…
I am building a tool in Python, which loads data, then does all sorts of preprocessing depending on the input parameters and in the end it generates all sorts of graphs, scatterplots, histograms, and in some cases ML algorithms. I…
So I am very new to GUI's and tried to learn and build a simple one with Visual Studio using the (.Net framework). It is a login that opens another form when the login is successful. I used an image…
So I want to create a grid or flexbox layout which looks something like this . So all of the data inside each box of the image is dynamic so i am not sure about the size of every box.…
I want to rotate a vertical slider in javafx so that I start with 0 from the top. I tried this: .slider { -fx-rotate: 180; } But then i got this: I would like to leave it like that, but…
I've recently upgraded my Laravel application to use Bootstrap 5 and I'm having trouble getting Bootstrap's tooltips to work. My application is running Laravel Framework 9.52.16 with Bootstrap 5.3.3 and popper.js 1.16.1. While the default HTML tooltips work fine, I'm…
This is the UI that I aim to achieve Hi everyone, I'm new to Flutter and i have a problem, How can I create a UI like the one in the image, consisting of two images connected by an arrow?…
So, I'm working on a C# and .NET Windows Forms project using Visual Studios 2022. The project contains three different forms, but for this forum post, we'll only be talking about the first two forms. The first form is called…
In my app, users can write in English as well as Arabic. So for English, I want to use "Poppins" as font style, and for Arabic, I want to use "sfArabic". I did not find any proper solution for that.…