Listview w/SQLite Data - Empty List Widget Not Appearing

Troubleshooting
Resolved

Hello all! I'm having an issue with a ListView that has me stumped. I have a query that is doing a SELECT * on a SQLite table that populates a list view containing data cards. These cards then include columns from the returned SQL rows. I also have an Empty List Widget set up that is supposed to appear when the query doesn't return any rows. I can't seem to get the empty list widget to appear. I just get an empty list view. Any guidance/help would be greatly appreciated!

What have you tried so far?
  • Creating a new simplified app to test empty widget functionality

  • Modifying SQL query to pull explicit column names rather than using *

  • Using other components that work in other areas of the app via click actions

  • Changing various settings within the component that should be shown

  • Looking at the code

    • Interestingly, there doesn't seem to be any code handling an empty list view that should be generated by FlutterFlow

Did you check FlutterFlow's Documentation for this topic?
Yes
6
8 replies