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

feat: ✨Add staticContainer into ToolTipWidget for a custom tooltip th… #396

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MichaelCadavillo
Copy link

@MichaelCadavillo MichaelCadavillo commented Sep 21, 2023

feat: ✨Provided a parameter to add a static widget which can be placed anywhere on the screen and is not affected by the animation.

Description

Implemented a FloatingActionWidget to show static widget at any place on the screen. Primarily used for when we want to show another widget (perhaps a 'Skip Showcases' button) which is not affected by the animation that is given to the tooltip.
We have also added a directional constructor for the use cases where directionality is important.

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 #395

Sample implementation

Screen_recording_20241022_144413.webm

@erperejildo
Copy link

I need to integrate a skip button and I don't want to rely on custom buttons for now if this is going to be implemented. This was opened 7 months ago. Any plan to merge this soon?

@erperejildo
Copy link

@aditya-css any update?

@mgaucher
Copy link

mgaucher commented Jun 4, 2024

Is it possible to add it for the Showcase() constructor too ? (when container is null)

@Juliocsreis Juliocsreis mentioned this pull request Sep 4, 2024
7 tasks
@omi-jeybsbaterna
Copy link

any update on this PR?

…at can be placed anywhere on screen and is not affected by the animation

Signed-off-by: Michael Angelo Cadavillo <[email protected]>
…oatingAction Widget for the default showcase widget
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

Successfully merging this pull request may close these issues.

Custom non-animating widget of Showcase.withWidget
6 participants