You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for your great work on this package. It has been incredibly useful for my project.
I’ve been working with the stepBuilder to customize the steps of the onboarding process. I noticed that OnboardingStepRenderInfo provides useful information like the title, body, label size, and functions like nextStep() and close(), which are great. However, there’s a limitation that makes it difficult to fully customize the onboarding steps while keeping the core functionality of the package intact.
Issue:
When using the stepBuilder, I lose access to the logic behind the “hole” that highlights the widget with the focus node. The overlay itself works fine, but the “hole”, its position and its animation are not accessible.
What I want to achieve is to keep the existing behavior of the “hole” (position & animation) and the label (title & body) while customizing the overlay to add things like a close button (X) at each step and a keyboard listener to capture specific key presses for navigation.
The text was updated successfully, but these errors were encountered:
Thanks for the kind words. I appreciate the good explanation and the reasoning behind the required features. Unfortunately I cannot commit with any ETA. I'll appreciate if you push a pull request and I commit on reviewing in a timely manner and release it.
Hi,
First of all, thank you for your great work on this package. It has been incredibly useful for my project.
I’ve been working with the stepBuilder to customize the steps of the onboarding process. I noticed that OnboardingStepRenderInfo provides useful information like the title, body, label size, and functions like nextStep() and close(), which are great. However, there’s a limitation that makes it difficult to fully customize the onboarding steps while keeping the core functionality of the package intact.
Issue:
The text was updated successfully, but these errors were encountered: