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 aa149c8 commit 5ad1536Copy full SHA for 5ad1536
lib/networking/api_provider.dart
@@ -48,8 +48,7 @@ class ApiProvider {
48
IosDeviceInfo iosDeviceInfo = await deviceInfo.iosInfo;
49
_deviceMeta = {
50
"model": iosDeviceInfo.model,
51
- "brand":
52
- iosDeviceInfo.name.replaceAll(RegExp('[^\u0001-\u007F]'), '_'),
+ "brand": iosDeviceInfo.name.replaceAll(RegExp('[^\u0001-\u007F]'), '_'),
53
"manufacturer": "Apple",
54
"version": iosDeviceInfo.systemVersion,
55
"uuid": uuid,
0 commit comments