You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[analytics] migrate to core Dart Plugin reporting (#8730)
Dart 502 introduces the core analytics implementation and this migrates
our stub implementations to use it. We remove the now defunct
`UnifiedAnalytics` implementation to keep things tidy.
Note that this does introduce more version coupling. Once published
we'll have more places that will break in the presence of a pre-502 Dart
plugin. (Since this was already happening with the `PubRoot` cleanup,
e.g., #8725, I didn't
consider doing version testing and any defensive programming; if folks
feel strongly we can revisit though!)
Follow-up from #8598
---
- [x] I’ve reviewed the contributor guide and applied the relevant
portions to this PR.
<details>
<summary>Contribution guidelines:</summary><br>
- See our [contributor
guide]([https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md)
for general expectations for PRs.
- Larger or significant changes should be discussed in an issue before
creating a PR.
- Dart contributions to our repos should follow the [Dart style
guide](https://dart.dev/guides/language/effective-dart) and use `dart
format`.
- Java and Kotlin contributions should strive to follow Java and Kotlin
best practices
([discussion](#8098)).
</details>
0 commit comments