Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Move credentials inside package #13

Merged
merged 14 commits into from
Feb 28, 2023
Merged

Move credentials inside package #13

merged 14 commits into from
Feb 28, 2023

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants