-
Notifications
You must be signed in to change notification settings - Fork 25
Integrate with DevTools. #20
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
| const String memoryLeakTrackingExtensionName = 'ext.dart.memoryLeakTracking'; | ||
|
|
||
| /// Version of protocol, executed by the application. | ||
| const String appLeakTrackerProtocolVersion = '1'; |
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.
Will this be important for caching?
It may be worth using semver in case we ever need to release incremental patches/fixes etc.
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.
Protocol versions are different from software versions. They normally flip by 1.
I do not expect we will need to support more than two versions of protocol in DevTools.
Anyway, I suggest to figure it out when we decide to introduce breaking changes.
Co-authored-by: Daniel Chevalier <danchevalier@google.com>
Co-authored-by: Daniel Chevalier <danchevalier@google.com>
Co-authored-by: Daniel Chevalier <danchevalier@google.com>
Co-authored-by: Daniel Chevalier <danchevalier@google.com>
Co-authored-by: Daniel Chevalier <danchevalier@google.com>
Co-authored-by: Daniel Chevalier <danchevalier@google.com>
Co-authored-by: Daniel Chevalier <danchevalier@google.com>
Peer draft in DevTools: flutter/devtools#4891
Screen.Recording.2022-12-03.at.11.11.55.PM.mov