-
Notifications
You must be signed in to change notification settings - Fork 124
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
Chat Item Widget Issue #39
Comments
Can you post your code? |
Update your
|
Closing due to inactivity. Feel free to open it back again if the issue persists. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The chat item widget is showing errors after implementing the slide down gesture to collapse the conversation list.
The errors are
Incorrect use of Parentdatawidget.
Flexible widgets must be placed directly
inside Flex widgets.
Flexible (no depth, flex: 1, dirty has a
Flex ancestor, but there are other widgets
between them:
Color (Fafafa )
Expanded(flex: 11
These widgets cannot come between a
Flexible and its Flex
The ownership chain for the parent of the
offending Flexible was:
Chat qListWidget + Decorated Box
Container
Expanded
Column
Conversation Page - RepaintBoundary
Indexed Semantics +
Notification Listener<Keep Alive Notification
The text was updated successfully, but these errors were encountered: