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.
1 parent 0477562 commit 7e81810Copy full SHA for 7e81810
packages/powersync/lib/src/user_agent/user_agent_native.dart
@@ -8,7 +8,7 @@ String? powerSyncUserAgent() {
8
if (dartVersion != null) {
9
dart = "Dart/$dartVersion";
10
}
11
- // Ideally we'd get an OS version, but that's quite complex.
+ // Ideally we'd get an OS version as well, but that's a little complex.
12
// Platform.operatingSystemVersion is very verbose.
13
- return 'PowerSync/$libraryVersion ($dart; ${Platform.operatingSystem})';
+ return 'powersync-dart/$libraryVersion ($dart; ${Platform.operatingSystem})';
14
0 commit comments