I would like to make my web app does not resize/responsive when the screen become smaller. For example when i decrease my browser size, instead of its adapting
As I am new to flutter, I could not set the border in DataTable. Can anybody tell me how can I do that by using DataTable Widget? As per my requirement, I have
I'm trying to write a test on browser (Chrome) with a custom HTML file. I followed the instructions and here is what I have: test/ |- web_test.dart |- web_tes
I have developed a flutter app using the Bloc pattern. Everything was fine until we encountered a memory crash in iOS. The Android version works well without an
I'm on a MacBook Pro M1 (and before someone says well it's because of M1 or something else, I've been programming with Flutter and M1 for weeks but then I must
I tried using flutter dependency "postgres" but my connection is refused. I also don't know how to start my postgresql server on ubuntu or call it using a resta
I have foodizone flutter app, but when I try to build it in the android studio it gives an error main file missing, How to fix it? i have tried to clean with f
I want to use a stream to get data from a Firestore document, but getting the stream involves reading from Firestore first. This means that it is async, and the
Case 1 : children: DUMMY_CATEGORIES.map((catData) { CategoryItem( catData.title, catData.color, ); }).toList(), Case 2 :
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
I am trying to understand how to refresh my app screen with new data. The app is a dashboard that has several job cards and when another user applies something
Good Morning everyone, I Have different words of different lengths and I Need to create a dynamic List of TextSpan with every letter from the current word. I ha
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
So I made a Flutter app. I defined all the font sizes to be dynamic (render properly as per the screen sizes). Everything was working great until I opened the a
I'm creating a Flutter application. If I run this application on debug mode webview works well but if I run this application on release mode it shows blank scre
I just updated my flutter folder from 2.15 to 3.0. My app runs fine but there's a big problem: when I do CTRL+S, instead of reload my current page to see the ch
I just started to migrate to Flutter web and just at the start point, encountered this strange problem. When using Persian/Arabic Characters in code, it would b
I am trying to create an android application utilizing the MoveNet model from TFlite. The application is built but the following message occurs. The widgets are
I have this simplified code: enum Types { b, c, } class A<T> { A(); factory A.factoryConstructor(Types type) { switch(type) { case Typ
name: i_am_poor description: A new Flutter project. publish_to: 'none' version: 1.0.0+1 environment: sdk: ">=2.16.2 <3.0.0" dependencies: flutter: sdk: fl