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

Allow passing parameters for navigation signals #44

Open
kkostov opened this issue Dec 16, 2024 · 0 comments
Open

Allow passing parameters for navigation signals #44

kkostov opened this issue Dec 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kkostov
Copy link
Contributor

kkostov commented Dec 16, 2024

When the Flutter SDK invokes the native SDK on each platform, in includes additional default parameters to describe the SDK version. For example, it would replace the following:

TelemetryDeck.SDK.name
TelemetryDeck.SDK.version
TelemetryDeck.SDK.nameAndVersion

and append the following:

TelemetryDeck.SDK.dartVersion

Currently, this is not possible for navigation related events as they don't have a parameters options (TelemetryDeck/FlutterSDK#22).

Please expand the API to allow parameters to be passed for such functions. As an alternative, the parameter overrides may also be provided as part of the start configuration (whichever makes more sense and feels better as an API).

This applies to all managed methods which generate signals internally.

@kkostov kkostov added the enhancement New feature or request label Dec 16, 2024
@kkostov kkostov self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant