We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DashEvent
DevicePlatform
See flutter/flutter#143594. Consumers currently have to use these via src imports, which the implementation_imports flags.
src
implementation_imports
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.
The text was updated successfully, but these errors were encountered:
@eliasyishak FYI
Sorry, something went wrong.
testing.dart
Clean up lint ignores (#144229)
d3b60d4
Fixes: - dart-lang/tools#234 Bumps the version for package:unified_analytics and removes TODOs and lint ignores
When branches are created from issues, their pull requests are automatically linked.
See flutter/flutter#143594. Consumers currently have to use these via
src
imports, which theimplementation_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.The text was updated successfully, but these errors were encountered: