Skip to content

Conversation

eliasyishak
Copy link
Contributor

The Measurement ID and API secrets for the package have been moved into the package so client tools don't need to pass it in; example below of the parameters used now

final Analytics analytics = Analytics(
  tool: DashTool.flutterTools,
  flutterChannel: 'ey-test-channel',  // Optional Param
  flutterVersion: 'Flutter 3.6.0-7.0.pre.47',  // Optional Param
  dartVersion: 'Dart 2.19.0',
);

@eliasyishak eliasyishak marked this pull request as ready for review February 28, 2023 17:13
@eliasyishak eliasyishak merged commit 2d9ebda into dart-lang:main Feb 28, 2023
@eliasyishak eliasyishak deleted the move-credentials branch February 28, 2023 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants