Skip to content

Conversation

@Sahil-Simform
Copy link
Collaborator

Description

Multiple showcase at the same time. Added a parameter linkedShowcaseKeys in showcase which will
take list of keys to start those showcase at the same time

Checklist

  • The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs: etc).
  • I have followed the Contributor Guide when preparing my PR.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples or docs.

Breaking Change?

  • Yes, this PR is a breaking change.
  • No, this PR is not a breaking change.

Related Issues

Closes #113

@Sahil-Simform Sahil-Simform force-pushed the feature/multiple_showcase_issue_113 branch from c56e759 to 8d6e50e Compare February 27, 2025 09:59
@Sahil-Simform Sahil-Simform changed the title feature: ✨ Multiple showcase at the same time (#113) feat: ✨ Multiple showcase at the same time (#113) Feb 27, 2025
@Sahil-Simform Sahil-Simform force-pushed the feature/multiple_showcase_issue_113 branch from 8d6e50e to 067ba81 Compare February 27, 2025 10:11
@Sahil-Simform
Copy link
Collaborator Author

Sahil-Simform commented Mar 19, 2025

This implementation has some issues:
Widgets are racing to start the showcase, making it unpredictable which one will display its barrier first, leading to unexpected behavior.

Closing this PR due to this issue.

Steps to Reproduce:
Link the 1st, 2nd, and 3rd showcases and run the example application multiple times.

@Sahil-Simform Sahil-Simform deleted the feature/multiple_showcase_issue_113 branch May 14, 2025 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using tutorial over several widgets

2 participants