Skip to content

Include "DartVersion" and "FlutterVersion" in Flutter survey URLs #8298

Open
@DanTup

Description

@DanTup

When prompting the user to complete a Flutter survey, there's a querystring parameter added to identify the IDE:

String url = survey.urlPrefix + "?Source=IntelliJ";

This should be extended to include additional variables for "DartVersion" and "FlutterVersion", using their full versions as recorded in the version file (for example "3.32.0" for a stable, or "3.33.0-1.0.pre.663" for main branch). This could help identify responses that might relate to already-fixed issues because they were raised using an older SDK.

The equivalent Dart-Code issue is at Dart-Code/Dart-Code#5564 and the change to implement this there is Dart-Code/Dart-Code@0f334bd.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions