We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 }) );
The text was updated successfully, but these errors were encountered:
Hello @billizzard2 , thank you for opening the issue. I have to check this, sounds like a bug
Sorry, something went wrong.
Probably this issue is fixed now and will work with version 5.3.1. See more on the other issue #121 @billizzard2
5.3.1
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: