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

Method to start projection #13

Open
dramcio opened this issue Apr 11, 2021 · 0 comments
Open

Method to start projection #13

dramcio opened this issue Apr 11, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dramcio
Copy link

dramcio commented Apr 11, 2021

Is your feature request related to a problem? Please describe.
Issue occurs when you have a few pages in PageView.
You add BubbleShowcase to the third page.
So if you open this widget with PageView you are actually on the first page.

Go to the third page, BubbleShowcase started before the end of the animation (animations when you move from first to third page)

So, it does not properly highlight widgets (it highlights widget out of the screen and so on)

Describe the solution you'd like
We should have a possibility to start animations manually. Like in showcaseview.

WidgetsBinding.instance.addPostFrameCallback((_) =>
        ShowCaseWidget.startShowCase(context, [_one, _two, _three]));

Describe alternatives you've considered
The default behaviour of starting BubbleShowcase projections should wait until the UI build is completely finished.

Additional context
Add any other context or screenshots about the feature request here.

@dramcio dramcio added the enhancement New feature or request label Apr 11, 2021
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

2 participants