'Flutter - Stream Builder does not show any content in release apk, but works fine in debug apk

I am new to flutter. I have built the app using flutter and firestore. I am fetching the list of data using stream builder. Inside Stream builder, I have used ListView.builder() to showcase the content.

The problem is everything works fine in debug apk, but in release apk or app bundle ListView shows no content. its and empty scrollable content.

I have successfully signed the apk as well. I tried this since I felt signed apk might be an issue. but still, the results are the same.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source