Skip to content

Enhancement: PageController property #223

@lcyper

Description

@lcyper

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions