-
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
fix!: 💥Parameter changes of the Showcase
and ShowCaseWidget
class
#296
fix!: 💥Parameter changes of the Showcase
and ShowCaseWidget
class
#296
Conversation
@@ -67,13 +67,13 @@ Showcase( | |||
titleAlignment: TextAlign.start, |
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.
add seprate section of breaking changes
Currently, PR title validation workflow not merged so it will not check title but from my side I am suggesting this. fix: 💥Parameter changes of the |
If you are mentioning the class name anywhere(description, title, commit message), use |
fe2d20c
to
8aa6d02
Compare
Showcase
and ShowCaseWidget
class
Showcase
and ShowCaseWidget
classShowcase
and ShowCaseWidget
class
8aa6d02
to
93d5259
Compare
Showcase
and ShowCaseWidget
classShowcase
and ShowCaseWidget
class
README.md
Outdated
<tr><td>tipBorderRadius</td><td>tooltipBorderRadius</td></tr> | ||
</table> | ||
|
||
Unused parameters of `Showcase.withWidget()` which are not impacting view of showcase widget that has been removed from parameter list of the named constructor `Showcase.withWidget()`. |
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.
Unused parameters of Showcase.withWidget()
which do not impact the UI of showcase have been removed from the parameter list of the named constructor Showcase.withWidget()
.
aea45fe
to
9848050
Compare
Showcase
and ShowCaseWidget
classShowcase
and ShowCaseWidget
class
9848050
to
590adab
Compare
590adab
to
1629616
Compare
1629616
to
bc53c45
Compare
Description
This PR consist changes of parameter names in Showcase and ShowcaseWidget class.
Showcase class parameter:
ShowCaseWidget class parameter:
Some of the parameter of Showcase.withWidget() has been moved from parameter list to initializer list which are
title, description, titleAlignment, descriptionAlignment, titleTextStyle, descTextStyle, tooltipBackgroudColor, textColor, tooltipBorderRadius, tooltipPadding
Checklist
fix:
,feat:
,docs:
etc).docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?