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 b8fe88f commit b80690dCopy full SHA for b80690d
dart/lib/src/protocol/sdk_version.dart
@@ -71,7 +71,7 @@ class SdkVersion {
71
final json = AccessAwareMap(data);
72
final packagesJson = json['packages'] as List<dynamic>?;
73
final integrationsJson = json['integrations'] as List<dynamic>?;
74
- integrationsJson.removeLast()
+
75
return SdkVersion(
76
name: json['name'],
77
version: json['version'],
flutter/pubspec.yaml
@@ -30,7 +30,6 @@ dependencies:
30
collection: ^1.16.0
31
web: ^1.1.0
32
jni: 0.14.0
33
-# platform: ^3.1.6
34
35
dev_dependencies:
36
build_runner: ^2.4.2
0 commit comments