Skip to content

Commit b80690d

Browse files
committed
fixes
1 parent b8fe88f commit b80690d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dart/lib/src/protocol/sdk_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class SdkVersion {
7171
final json = AccessAwareMap(data);
7272
final packagesJson = json['packages'] as List<dynamic>?;
7373
final integrationsJson = json['integrations'] as List<dynamic>?;
74-
integrationsJson.removeLast()
74+
7575
return SdkVersion(
7676
name: json['name'],
7777
version: json['version'],

flutter/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ dependencies:
3030
collection: ^1.16.0
3131
web: ^1.1.0
3232
jni: 0.14.0
33-
# platform: ^3.1.6
3433

3534
dev_dependencies:
3635
build_runner: ^2.4.2

0 commit comments

Comments
 (0)