-
Notifications
You must be signed in to change notification settings - Fork 138
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
Remove height and singlechildscrollview from onEmpty Widget #133
Comments
On this part. Please remove the scroll view. It messes up the entire UI |
This is how I fixed it. In the paginate_firestore.dart, added an extra bool in the _buildWithScrollView part
and then passed true wherever needed:
|
@vedartm can I generate a pull request with these changes? |
Nice work. |
Please remove these so that we can add custom empty state widgets. Currently because of this, everything is scrollable and wierd.
Thanks
The text was updated successfully, but these errors were encountered: