I'm trying to subtract the height of the keyboard from the height of the screen so I can apply that value to the height property of my listview container. This
If I want to translate any Widget in my flutter app, I will use below code. Transform.translate() Translate function required Offset (dx,dy). But I want to f
I'm using SQLite for storing data locally. insert an image as a string and get them to show here is the error that occurs _Exception (Exception: Invalid image d
@override Widget build(BuildContext context) { super.build(context); SystemChrome.setEnabledSystemUIOverlays(SystemUiOverlay.values); return Anno
I have this issue when implementing flutter's showcaseview despite following its official documentation. The errors I get have to do with a duplicate global sta
is it possible to wrap text inside a circle in Flutter? Here is a failed example. Ideally the text would fit inside the circle and overflow at the end only. Cl
I am attempting to add vertical divider between the leading portion and the title of a ListTile. I understand that Flutter now has a VerticalDivider widget,
I want the DraggableScrollableSheet to stop moving up when there are less items in the ListView. Instead, blank space is created underneath to fill the entire s
I'm trying to create my own TextFieldForm to use in my app by specific design and I have some troubles in order to expand it if it's the case. Currently, it loo
i have a exoansiontile and i want it to be like a box, everything centered, the problem is that if i add a text that is too long, i get the overflow error and i
I tried to set a transparent appbar using. return Scaffold( extendBodyBehindAppBar: true, appBar: AppBar( &nbs
I've been working on an app in which I want to add an image in the ExpansionTile function but the catch is that flutter don't allow us to add image in that. For
I am trying to custom my container shape to look like this: I tried to do it with customPaint but I don't know very well this widget so I need help. How can I
We are building a product listing page in flutter and trying to load products as the user scrolls and reaches the end of the page. It's basically a grid view bu
How do we switch the camera preview aspect ratio in Flutter? I would like to switch be able to switch from 1:1, 4:3, and 16:9 aspect ratio I am using this Camer
i want this type slider in flutter any one please help me i want to make this type slider with the same value get by the slider value i am facing the problem to
I added two ListWheelScrollView to show the value first for numbers(1-9) and second for string values like an hour, day, week, and month but focus item design d
Here I have a center Offset value that is where I need to position the widget, I have positioned the widget with the help of Positioned widget and moved the wid
How to check if the user that login with google is new or existed. If new I want to navigate to other screen. If not I want to navigate to home screen. loginG
How to check if the user that login with google is new or existed. If new I want to navigate to other screen. If not I want to navigate to home screen. loginG