Skip to content
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

unified_analytics should export DashEvent and DevicePlatform #234

Closed
goderbauer opened this issue Feb 16, 2024 · 1 comment
Closed

unified_analytics should export DashEvent and DevicePlatform #234

goderbauer opened this issue Feb 16, 2024 · 1 comment

Comments

@goderbauer
Copy link
Contributor

See flutter/flutter#143594. Consumers currently have to use these via src imports, which the implementation_imports flags.

Justification for exporting them:

DashEvent is referenced in the public API of the package (example: https://pub.dev/documentation/unified_analytics/latest/unified_analytics/Event/eventName.html), therefore it should be exported and be publicly available as well.

DevicePlatform is expected to be used in tests.

@goderbauer
Copy link
Contributor Author

@eliasyishak FYI

auto-submit bot pushed a commit to flutter/flutter that referenced this issue Feb 27, 2024
Fixes:
- dart-lang/tools#234

Bumps the version for package:unified_analytics and removes TODOs and lint ignores
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants