Category "flutter-listview"

How to load initial state data from sqlite database when Flutter app open

I'm making a simple Notepad app using flutter. I want to load already saved data from the SQLite database and initialize the state when the app opens. I tried w

Scroll listener doesn't work for listview inside a SingleChildScrollView Flutter

I'm currently working on a project which requires a listview as a child of ScrollView. I added a scroll controller in the listview and a scroll listener in the

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