-
Notifications
You must be signed in to change notification settings - Fork 29.4k
ToDo Audit - Material Library+ #55789
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
Conversation
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.
This is WIP, and may be split out into multiple changes. I've cc'd potentially interested parties to help identify some actionable items. :)
}) : assert(data != null), | ||
super(key: key, child: child); | ||
|
||
// TODO(darrenaustin): remove after this deprecation warning has been on |
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.
I removed this since the 'Deprecated' below will be culled later on during deprecation reaping. No need for a todo.
packages/flutter/lib/src/material/floating_action_button_location.dart
Outdated
Show resolved
Hide resolved
// around each button on each side, and the button itself will have 8 | ||
// pixels internally on each side, yet we want the left edge of the | ||
// inside of the button to line up with the 24.0 left inset. | ||
// TODO(ianh): Better magic. See https://github.com/flutter/flutter/issues/4460 |
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.
Issue was closed unimplemented.
@xster do you have any feedback on that curve ToDo? #55789 (comment) |
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
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
Description
Continuing audit of TODOs in the codebase.
This PR removes 12 TODOs, and updates 9 TODOs.
Related Issues
dart-lang/sdk#58600
dart-lang/sdk#59186
#32782
#37333
#48522
#51627
#52114
#56079
#56082
dart-lang/sdk#57782
dart-lang/sdk#10659
dart-lang/sdk#34180
dart-lang/sdk#35520
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.///
).flutter analyze --flutter-repo
) does not report any problems on my PR.Breaking Change
Did any tests fail when you ran them? Please read Handling breaking changes.