I tried to create a Flutter Web App that can simulate Uniformly Accelerated Motion. So, I create a circle as the simulation object and some buttons. When the us
When clicking a button I want to open a separate new flutter window on my desktop flutter application. How can I do that? It must work separately. My OS: Window
An exception has occurred in the compiler (1.8.0_242-release). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.jav
when i tried youtube credential for youtube video player with list view it is not working. showing The following error: NoSuchMethodError was thrown building H
My issue is that flutter breaks Text at non whitespace characters: How can I tell flutter not to beak text at the "/" but only when it encounters a whitespace?
How can i change the position of checkbox on top left side of my title, in checkboxlisttile
Hi I'm using a service that send me images, sometimes png or jpeg images and I use the flutter widget Image. In the other hand sometimes send me svg images intu
I am new to flutter. I got a Drawer Menu but there is a little gap between user information side and menu items section. drawer menu user information side impo
I have a normal TextField that I want some shadow on it but I haven't found the solution to this problem. My TextField has the maxLength property so I have a sm
As shown above when selecting text from a scrollable SelectableText Widget it auto scrolls to top initially. Expected behavior is scroll remains in the bottom
i have an app with two screens, home and update page. The home page displays a list of items and the update page updates the items. I am having difficulties re
Stack( children: [ Positioned( left: ??? + 20, child: Text('This text is 20 pixel left to the center of the stack'), ), ], ),
There is a package on pub https://pub.dev/packages/gradient_bottom_navigation_bar but this is not updated for a very long time. So, is there a way to create ow
I am currently trying to navigate back to the existing screen from an opened alert dialog box. When I try to do so using this code: onPressed: () => Na
I have created a dialogue box which displays when a number exists in Firestore when registering a new user. However by default Android seems to be positioning t
I have a SingleChildScrollView, its scrollDirection is set to Horizontal with 5 child widgets placed inside a Row Widget. I want to programmatically scroll to t
Here I want to share image which I get through API. I tried different method for this functionality but I did not get any solution because every solutions have
I want to parse the following string to its equivalent Flutter widgets: String fetchedFromServer = ''' Container( child: Text("Hello") ) '''; I want to r
I am trying to figure out why the drawer widget is not rendered in my Flutter Web page. import 'package:responsive_builder/responsive_builder.dart';
I have a WebView page with multiple links. By clicking the links it will open another WebView page with a close button. If I click the close button, the current