Can anyone help me. How to Save Icon in hive database in flutter. And to read it. When I'm saving Icons it is giving error unhandled exception: hiveerror: canno
the dart code below allows you to decode a json that comes from a backend inside resultValue, I have the response of the rest call with the json shown below, wh
I was trying out flutter platform to create a multipage website with android and ios responsiveness using single codebase for my flutter app. I've already tried
How can I customize UI design like the following in flutter? Sample Image
I have created a RadioListTile based on a list of string items in an initStat function. But i could not get the radio button to change when it is being selected
I'm trying to work on my fantasy app, and the app is working fine, but as soon as I open the keyboard to type something, I'm getting a message in debug console
I want this type of output using single Text() widget I am getting data from Api and i get gender from it so i just want to highlight that value by bold it on w
I need to create a list view that has a few key requirements Infinite scroll of a fixed number of items (ie looping) Multiple child item types (images, text, in
I'm building a flutter app, it requires data to be displayed in a table format, I've done it with the help of DataTable widget, but when it was rendered, the co
This is the code below, please much appreciated if you can at least try. thank you | I am trying to create an app where I can have multiple widgets in one page.
I am trying to get the exact size of the screen without taking into account the AppBar and BottomNavigationBar Here is the code: double screenSize = MediaQuery.
I am unable to assign my one class to another even though I have imported the lib for them. I am following a course . In this I will fetch the orders from fireb
The following is what is returned from a Flutter widget: return Center( child: Column( children: [ SizedBox(
I am trying to do ElevatedButton with LinearGradient, I am giving it to Container around my button, but it's not affecting it. I tried to set backgroundColor of
I need to implement a scrollable list, so that the element in the center is automatically highlighted. How to keep track of the central element and constantly h
I want to insert a text to my container I tried this code segment. but it is not displaying. first image showing how it display now. image two showing how I nee
I am creating a widget in which I want to display a gridview of image clicked through mobile camera at runtime. I had used image_picker package from flutter. Bu
No render all widgets. only render one widget. Means not called build method because it's render all widgets. Thanks for giving me your important time.
How can i match parent widget size? I want to have list features in Grid builder, Same time Grid's child widget size should match with parent widget. Grid shoul
All texts in Figma have some height, for example 1.5, but when I set that height to the TextStyle, all lines with the new height are aligned to the bottom. If