-
Notifications
You must be signed in to change notification settings - Fork 466
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
✨ Added smooth transition to tooltip (#268) #282
✨ Added smooth transition to tooltip (#268) #282
Conversation
b93698e
to
dfae567
Compare
README.md
Outdated
description: 'Click here to go to your Profile', | ||
disableAnimation: true, | ||
shapeBorder: CircleBorder(), | ||
description: ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
format has been changed, @HappyMakadiyaS can you please update this.
lib/src/tooltip_widget.dart
Outdated
position = tempPos; | ||
}); | ||
}, | ||
child: widget.container), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add comma before bracket.
README.md
Outdated
@@ -63,9 +63,15 @@ Some more optional parameters | |||
Showcase( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please update gif for the example too
546cc21
to
bc10c8f
Compare
README.md
Outdated
@@ -9,7 +9,7 @@ A Flutter package allows you to Showcase/Highlight your widgets step by step. | |||
|
|||
## Preview | |||
|
|||
 | |||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use github url only as we not sure if this will work in pub or not.
eb698e0
to
b1bd8ac
Compare
b1bd8ac
to
a1ed7aa
Compare
Fixes #268