-
Notifications
You must be signed in to change notification settings - Fork 447
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
MichaelCadavillo
wants to merge
2
commits into
SimformSolutionsPvtLtd:master
Choose a base branch
from
MichaelCadavillo:feature/custom_static_widget
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: ✨Add staticContainer into ToolTipWidget for a custom tooltip th… #396
MichaelCadavillo
wants to merge
2
commits into
SimformSolutionsPvtLtd:master
from
MichaelCadavillo:feature/custom_static_widget
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
erperejildo
approved these changes
Apr 26, 2024
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? |
mgaucher
approved these changes
May 1, 2024
erperejildo
approved these changes
May 7, 2024
@aditya-css any update? |
Is it possible to add it for the Showcase() constructor too ? (when container is null) |
any update on this PR? |
Sahil-Simform
force-pushed
the
feature/custom_static_widget
branch
from
October 22, 2024 08:17
6ce0afa
to
8b8e55d
Compare
…at can be placed anywhere on screen and is not affected by the animation Signed-off-by: Michael Angelo Cadavillo <[email protected]>
Sahil-Simform
force-pushed
the
feature/custom_static_widget
branch
from
October 22, 2024 08:23
8b8e55d
to
8a55dac
Compare
…oatingAction Widget for the default showcase widget
Sahil-Simform
force-pushed
the
feature/custom_static_widget
branch
from
October 22, 2024 09:24
8a55dac
to
f2d362e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
fix:
,feat:
,docs:
etc).docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?
Related Issues
Closes #395
Sample implementation
Screen_recording_20241022_144413.webm