We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aef7f91 + 0d8b319 commit 9dd1321Copy full SHA for 9dd1321
templates/flutter/lib/client.dart.twig
@@ -108,7 +108,7 @@ class Client {
108
final macinfo = await deviceInfoPlugin.macOsInfo;
109
device = '(Macintosh; ${macinfo.model})';
110
}
111
- addHeader('user-agent', '${packageInfo.appName}/${packageInfo.version} $device');
+ addHeader('user-agent', '${packageInfo.packageName}/${packageInfo.version} $device');
112
} else {
113
// if web set withCredentials true to make cookies work
114
_prefs = await SharedPreferences.getInstance();
0 commit comments