File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/powersync/lib/src/user_agent Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ String powerSyncUserAgent() {
10
10
}
11
11
// Ideally we'd get an OS version as well, but that's a little complex.
12
12
// Platform.operatingSystemVersion is very verbose.
13
- return 'powersync-dart/$libraryVersion ( $dart ; ${Platform .operatingSystem }) ' ;
13
+ return 'powersync-dart/$libraryVersion $dart ${Platform .operatingSystem }' ;
14
14
}
15
15
16
16
Map <String , String > userAgentHeaders () {
Original file line number Diff line number Diff line change 1
1
import 'package:powersync/src/version.dart' ;
2
2
3
3
String powerSyncUserAgent () {
4
- return 'powersync-dart/$libraryVersion (flutter-web)' ;
4
+ return 'powersync-dart/$libraryVersion Dart (flutter-web)' ;
5
5
}
6
6
7
7
Map <String , String > userAgentHeaders () {
You can’t perform that action at this time.
0 commit comments