-
Notifications
You must be signed in to change notification settings - Fork 448
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
Using tutorial over several widgets #113
Comments
Hello, @SalahAdDin please confirm my understanding, So you are requesting functionality like showcasing multiple widgets in different places at the same time. |
Yeah, we structured the main screen with different widget, some of them have components we want to showcase from the main screen, for instance. |
Got it, Thanks for the information. I have added this as an enhancement, we will update here as soon as there will be any progress on this. |
Any timeline for when would this feature be implemented or whether it's in progress? |
i need this feature too. It is recommended by Flutter to work with multiple widgets. I think it is an important basic feature. I can't imagine anyone working with only one widget. Edit: I solved it with this comment: RafaelBarbosatec/tutorial_coach_mark#69 (comment) |
Hi @sbis04, We haven't started working on this yet but as it seems that to implement this functionality, it will require large scope structure change in package so we will do some feasibility check first. so I cann't commit any ETA for this. We will update here as soon as we start work on this. |
@vatsaltanna any update on this. any ETA |
@vivekprasad99 i have implemented this feature for multiple screens using global state, tell me if you want to do the same? |
Is your feature request related to a problem? Please describe.
Our current application is splitted on different widgets following a clean architecture; we need, for example, add a notification button at the appboard to the show cases, also, we want to add a gesture widget which contains the user avatar and name to the show cases, and other similar stuff.
Describe the solution you'd like
If we add global keys to those widgets, it would be great if the tutorial show also those widgets in the same workflow instead to need to create a new tutorial on a different widget.
Describe alternatives you've considered
tutorial_coach_mark
does not provide this feature.Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: