You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use ProfileReelsSection() implemented as a GridView.builder(), it is not working and I receive the error: 'Null check operator used on a null value'.
Here is my code, and it's working properly. ProfileReelsSection() is implemented as a SliverGrid in this
When I use ProfileReelsSection() implemented as a GridView.builder(), it is not working and I receive the error: 'Null check operator used on a null value'.
If I use SizedBox with a fixed height, it works without any error, but the size is fixed.
Please help
The text was updated successfully, but these errors were encountered: