Open
Description
When prompting the user to complete a Flutter survey, there's a querystring parameter added to identify the IDE:
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.