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

复写transformer后返回的TransformInfo 的forward 如果向左滑动依然是true #126

Open
xinle opened this issue Aug 31, 2019 · 0 comments

Comments

@xinle
Copy link

xinle commented Aug 31, 2019

transformer: PageTransformerBuilder(
builder: (Widget child, TransformInfo info) {

                if (info.forward) {

                } else {
                  // 没有打印过,不管是向左滑动还是向右滑动
                }
         }

设置的是无限滚动模式,希望作者可以修复下,感谢感谢

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

1 participant