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

Enhancement: PageController property #223

Open
lcyper opened this issue Dec 31, 2024 · 0 comments
Open

Enhancement: PageController property #223

lcyper opened this issue Dec 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lcyper
Copy link

lcyper commented Dec 31, 2024

Is your feature request related to a problem? Please describe.
I want to be able to control what screen is seen using a controller, I can activate it with a button or a timer function, the thing is that I want to have a controller.

Describe the solution you'd like

final PageController pageController = PageController();

IntroductionScreen(
    pageController: pageController
    ...
)

pageController.setPage(1)
pageController.next()

image

make it so that the counter can be sent to the parent as a parameter, so we have access to the controller.

thanks.

@lcyper lcyper added the enhancement New feature or request label Dec 31, 2024
@lcyper lcyper changed the title Enhancement: PageController Enhancement: PageController property Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant