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

How to wrap inside ListView ? [Help] #983

Closed
Taymindis opened this issue Nov 23, 2023 · 2 comments
Closed

How to wrap inside ListView ? [Help] #983

Taymindis opened this issue Nov 23, 2023 · 2 comments
Labels
question Further information is requested stale This issue is stale because it has been open for 30 days with no activity.

Comments

@Taymindis
Copy link

How can I wrap inside ListView and customize my own Grid row. For e.g. code like this

  return ListView.builder(
              itemBuilder: (BuildContext context, int i) {
                return PlutoGridItem(post: state.posts[i], index: i, color: c);
              },
              itemCount: state.hasReachedMax
                  ? state.posts.length
                  : state.posts.length + 1,
              controller: _scrollController,
            );
@Taymindis Taymindis added the question Further information is requested label Nov 23, 2023
Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale This issue is stale because it has been open for 30 days with no activity. label Dec 23, 2023
Copy link

github-actions bot commented Jan 6, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as completed Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested stale This issue is stale because it has been open for 30 days with no activity.
Projects
None yet
Development

No branches or pull requests

1 participant