-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Added material_color_utilities as a dependency for flutter package. #94377
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 material_color_utilities as a dependency for flutter package. #94377
Conversation
HansMuller
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
The updated analyzer dev dependency seems safe: https://pub.dev/packages/analyzer/changelog
dev/bots/allowlist.dart
Outdated
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 has been cleared with one of the people mentioned in the comment above?
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
…e, needed for a new ColorScheme generation API.
zanderso
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.
material_color_utilities has no non-dev dependencies, so it will not affect the version of dependencies required for app authors.
lgtm
|
This pull request is not suitable for automatic merging in its current state.
|
In order to add the new ColorScheme generation API (as described in the design doc), we need to add a dependency on
material_color_utilities.Breaking this out from #93463 to make it easier to review the dependency changes independent of the API changes.