Category "flutter-listview"

Flutter ListView resetting to top of list

I'm working on an app that gets the user to take a list of measurements. I use ListView to display a list of measurements. When the the user clicks on a list it

Flutter: Incorrect use of ParentDataWidget

I'm trying to do a homepage where it will scrollable with 3 or 4 titles and a horizontal lists for products once i put the ListView.builder i get this error: In

Getting Incorrect use of ParentDataWidget error when I use ListView

In this part of my application I have ListView, when I run app I get this error and I can't resolve that: Scaffold( body: Directionality( textDirection: TextD

Flutter Web - How to prevent default iOS bottom sheet dismiss (not bottom sheet from flutter)

I build flutter web with simple ListView. When clicking the link to open a website (For example: In Facebook chat). It will open inside the iOS bottom sheet web