It appears that the auto navigation is working everytime if the user tries to scroll between pages manually instead of using the buttons provided controlled by global key.
GlobalKey introKey =
GlobalKey();
I tried checking the allowimplicitscrolling but it has no effect.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Implement introduction screen with manual pages
- The user can scroll manually despite the button provided to navigate to next page.
Expected behavior
The user should only be able to navigate using the buttons.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
It appears that the auto navigation is working everytime if the user tries to scroll between pages manually instead of using the buttons provided controlled by global key.
GlobalKey introKey =
GlobalKey();
I tried checking the allowimplicitscrolling but it has no effect.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The user should only be able to navigate using the buttons.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.