Skip to content
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

MasonryGridView not scrollable to end #350

Open
bawantha opened this issue Jul 23, 2024 · 4 comments
Open

MasonryGridView not scrollable to end #350

bawantha opened this issue Jul 23, 2024 · 4 comments

Comments

@bawantha
Copy link

23.07.2024_15.34.08_REC.mp4
MasonryGridView.extent(
              crossAxisSpacing: 8.0.w,
              mainAxisSpacing: 8.0.h,
              itemCount: 3,
              itemBuilder: (context, index) {
                return SizedBox(height: 1500, child: Placeholder());
              }, maxCrossAxisExtent: 400.w,
            );
@waqadArshad
Copy link

@letsar I have the same problem mainly when there is an empty column, like in the video. Do you have any probable solution?

@waqadArshad
Copy link

@bawantha found a solution?

@bawantha
Copy link
Author

@waqadArshad Hey mate ,I didn't find any

@waqadArshad
Copy link

@waqadArshad Hey mate ,I didn't find any

Hi, so you went for an alterative?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants