-
Notifications
You must be signed in to change notification settings - Fork 726
child view can not be Container #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes,I have modified the latest version to be ScrollView type only, because listView can not cache item without doing so. You can wrap it in ListView too |
@peng8350 Thanks for your reply, I am previously using a ListView contains all my sections, however there was an error:
Here is my codes:
The comment are the previous code, any suggestions? |
The problem is that there are no default headerBuilder and footerBuilder inside, you only need to add the two attributes. I'll give it a default indicator in the next version |
Thanks!!! Solved problem!! |
The child parameter can not be Container:
This gives an error.
The text was updated successfully, but these errors were encountered: