@ -49,10 +49,7 @@ class ErrorReporter {
onPressed: () => launchUrl(
AppConfig.newIssueUrl.resolveUri(
Uri(
queryParameters: {
queryParameters: {'template': 'bug_report.yaml'},
'template': 'bug_report.yaml',
'title': '[BUG]: ${message ?? error.toString()}',
},
),
mode: LaunchMode.externalApplication,