-
Notifications
You must be signed in to change notification settings - Fork 56
unified_analytics and graphs: cleanup lints, bump pkg deps #108
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
I'm about to merge in Which will be bumping the analytics package to 2.0.0 actually. I'll request changes once that is changed. But I'm curious as to why there were so many changes to how I typed variables? Is that how we want to handle code within dart-lang repos? |
@eliasyishak – we just don't type things on the left. Inference is nice! |
file: ^6.1.4 | ||
http: ^0.13.5 | ||
file: '>=6.1.4 <8.0.0' | ||
http: '>=0.13.5 <2.0.0' |
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.
👍
* unified_analytics and graphs: cleanup lints, bump pkg deps (#108) * Update documentation for updated fields * Add new keys to `LogFileStats` and fix tests * Remove example from test docstring * Update changelog + bump version
* unified_analytics and graphs: cleanup lints, bump pkg deps (#108) * Removing unused Noop classes
No description provided.