-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Clarify that inputFormatters don't run on programmatical changes #106904
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
Clarify that inputFormatters don't run on programmatical changes #106904
Conversation
- Update the default font size in the documentation to be 14.
goderbauer
left a comment
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.
LGTM
justinmc
left a comment
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.
LGTM 👍
Thanks for updating these docs, hopefully that clears up the confusion.
| /// | ||
| /// If this is false, properties that don't have explicit values will revert | ||
| /// to the defaults: white in color, a font size of 10 pixels, in a sans-serif | ||
| /// to the defaults: white in color, a font size of 14 pixels, in a sans-serif |
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.
Good catch.
Closes #106821
Also updated the default font size in the documentation to be 14.
If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.