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

Library not working in PageView.builder #113

Closed
billizzard2 opened this issue Jul 29, 2024 · 2 comments
Closed

Library not working in PageView.builder #113

billizzard2 opened this issue Jul 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@billizzard2
Copy link

billizzard2 commented Jul 29, 2024

Example from description work well. But if i put it in PageView.builder, it's not working. I can drag item, but can't reorder

return PageView.builder(
    controller: controller,
    onPageChanged: (index) {
      changePage(index);
    },
    itemBuilder: ((context, index) {
      return ReordableExample(); // Widget from documentation

    })
  );
@karvulf karvulf added the bug Something isn't working label Jul 30, 2024
@karvulf
Copy link
Owner

karvulf commented Jul 30, 2024

Hello @billizzard2 ,
thank you for opening the issue.
I have to check this, sounds like a bug

@karvulf
Copy link
Owner

karvulf commented Oct 3, 2024

Probably this issue is fixed now and will work with version 5.3.1. See more on the other issue #121 @billizzard2

@karvulf karvulf closed this as completed Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants