skip to Main Content

My "ListView" not showing inside "TabBar".

drive.google.com/file/d/1MLB7oizJ468V1SmCO_IsjL6OaoGhUAPd/… —– List Page Code
drive.google.com/file/d/1d-iRa14-DupdLo3QdHd_iCHFkGi-_HD6/… TabBar Code

"TabBar" Section code:
enter image description here

"ListView" section code:
enter image description here

2

Answers


  1. First of all the question is unclear and you should also provide code so that we can replicate the issue at our end.
    Secondly, as per my understanding you are using NeverScrollableScrollPhysics() in both your TabBar() and your ListView() which is hindering the ability of your ListView to scroll. It is visible as I can see in the Substitutes section but it is not scrolling is your issue I imagine.

    Login or Signup to reply.
  2. You can use https://pastebin.com to share your code. Never use such kind of drive link. This is difficult for a developer. They first need to download the code in order to debug. Also, share images to describe your issue.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search