Questions tagged [flutter-layoutbuilder]

38 questions
0
votes
1 answer

Flutter gray screnn error in release mode how to Solve it?

I don't know Why is Occure gray screen error in flutter release mode but I Want to solve it right know anyone give me perfect answer because I want to solve it any how please tell me In below code occure grey screen in release…
0
votes
1 answer

onPressed of an Image I want to place that image in other page's container in flutter, How can I achieve this?

I have a Home page for an ecommerce website and I am showing every product in image format on click of every product(image) I want that image to be filled up in next screen which is of info screen of product that also contains the product (image)…
Mithson
  • 1,554
  • 13
  • 33
0
votes
2 answers

Fade In Network Image resizes after loading in

Here is a video of my issue https://www.youtube.com/watch?v=wskX_bZNExw If you notice, after the network image loads in, it resizes (typically removing empty space). Widget _buildPostThumbnail(List thumbnails) { if…
user8624633
0
votes
3 answers

it couldn't update the list

that data disapear.but i want whenever i hit on delete button it remove immediately not restart the application.how i solve this problem any one sugget me? Here init state code @override void initState() { super.initState(); setState(()…
0
votes
0 answers

I would like to add some of the quotes to a new screen called as Favorites

Please be kind and tell me where do I add the line of code and what logic to follow? void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { final alreadySaved =…
0
votes
1 answer

Why the app is not rebuilding when I call setState?

I am developing an app with Flutter and I struggle with a problem: when I call the setState() method, the list I want to update does not update at all. I mean, it does not redrawing the widgets. First of all, I have my list of custom widget, which…
Ovidiu Uşvat
  • 701
  • 1
  • 6
  • 29
-1
votes
1 answer

How to use stack widget inside a StaggeredGridView in flutter?

om/cFMse.png why images get weird size when i use stack widget inside StaggeredGridView.. When i remove the stack from the grid view the layout seems perfectly fine . am i using the layout in a wrong way? new StaggeredGridView.countBuilder( …
-2
votes
2 answers

Home button in flutter

How can I make a show dialog when the user pressed home button or my app go to inactive and pause in flutter I need show dialog to make him understand If he quit he lose all data in exam
1 2
3