My project has a document with two or more references, sometimes I need to load these references data before display the data itself. For example: "Item" docume
I have a ChangeNotifier Subclass that I am sharing between a number of screens like this: final value = MyChangeNotifier(); MaterialApp( routes: { '/list
Goodmorning, I'm trying to use keycloak and flutter but unfortunally when i ask the token to keycloak he gives me an XMLHttpRequestError. I use thos method to a
I don't know what is wrong with this, but when I click on the close icon button I get this error. ════════ Excep
How can i change the position of checkbox on top left side of my title, in checkboxlisttile
I have found the internet a way to hide arrow when scrolling horizontally through FlutterLogo with CustomSrollView. The functionality works and i want to place
I have trained the yolov4-tiny file and successfully converted it to tflite. There were no problems during the computer test, but I encountered difficulties in
I'm pulling table data from api in my application that I wrote with Flutter. According to the API used in the table data, different types of data are coming. I
I search google and stackoverflow but did not find some auto converting lib like in C# I need something in dart-flutter alternative to this code in C# strin
I am looking to convert SVG from assets to png and write it to File. I have managed to write SVG to file, but I want to write the image to a file as a PNG code
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 using Firebase Firestore in my flutter application. Everything works fine in debug mode. But, in release mode I get the following error. I saw a similar qu
In my app I use FutureBuilder extensively and I would like a generic behaviour when one of them fails. I am trying this setup WidgetsFlutterBinding.ensureIniti
W/Choreographer(11277): Frame time is 13.988632 ms in the future! Check that graphics HAL is generating vsync timestamps using the correct timebase. This is t
I can set breakpoints, but when I run in Debug mode the breakpoint's icon change with this: I think that the problem is the new version of Flutter plugin in An
I made a simple chat app using Flutter. My app is functioning perfectly fine (getting and dumping data into firebase) but once my messages get into my database,
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 wondered if there is a way in which I can read Twitter hashtags in a flutter, I have seen many apps using that, so in flutter can I have Twitter API whic
hi guys I'm using the flutter GetX package to change my app ThemeMode. it works fine but the problem is it needs a hot reload to change the ThemeMode here is my
I want to center all grid button inside red container but it is showing big space at bottom of red container..how to solve this Widget build(BuildContext contex