Flutter works on UI but having issues in the debug console
In my app, I stream from the Firebase database with a ListView.Builder and return a Row widget. In the Row widget, I have an Expanded widget at the end which has a Text widget as a child. In the Text…