Skip to content

Commit 5482d9a

Browse files
authored
Remove custom null safety analysis_options files (flutter#3339)
1 parent aa8fcb4 commit 5482d9a

File tree

17 files changed

+14
-81
lines changed

17 files changed

+14
-81
lines changed

packages/connectivity/connectivity/analysis_options.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/connectivity/connectivity/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ flutter:
1919
uses-material-design: true
2020

2121
environment:
22-
sdk: ">=2.1.0 <3.0.0"
22+
sdk: ">=2.12.0-0 <3.0.0"
2323
flutter: ">=1.12.13+hotfix.5 <2.0.0"

packages/connectivity/connectivity/example/test_driver/test/integration_test.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// TODO(amirh): Remove this once flutter_driver supports null safety.
6+
// https://github.com/flutter/flutter/issues/71379
7+
// @dart = 2.9
8+
59
import 'dart:convert';
610
import 'dart:io';
711
import 'package:flutter_driver/flutter_driver.dart';

packages/connectivity/connectivity_platform_interface/analysis_options.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/device_info/device_info/analysis_options.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/device_info/device_info_platform_interface/analysis_options.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/plugin_platform_interface/analysis_options.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/share/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@
197197
97C146EC1CF9000F007C117D /* Resources */,
198198
9705A1C41CF9048500538489 /* Embed Frameworks */,
199199
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
200-
12A149CFB1B2610A83692801 /* [CP] Embed Pods Frameworks */,
201200
);
202201
buildRules = (
203202
);
@@ -268,24 +267,6 @@
268267
/* End PBXResourcesBuildPhase section */
269268

270269
/* Begin PBXShellScriptBuildPhase section */
271-
12A149CFB1B2610A83692801 /* [CP] Embed Pods Frameworks */ = {
272-
isa = PBXShellScriptBuildPhase;
273-
buildActionMask = 2147483647;
274-
files = (
275-
);
276-
inputPaths = (
277-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
278-
"${PODS_ROOT}/../Flutter/Flutter.framework",
279-
);
280-
name = "[CP] Embed Pods Frameworks";
281-
outputPaths = (
282-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
283-
);
284-
runOnlyForDeploymentPostprocessing = 0;
285-
shellPath = /bin/sh;
286-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
287-
showEnvVarsInLog = 0;
288-
};
289270
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
290271
isa = PBXShellScriptBuildPhase;
291272
buildActionMask = 2147483647;

packages/url_launcher/url_launcher/analysis_options.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/url_launcher/url_launcher/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ flutter:
2020
uses-material-design: true
2121

2222
environment:
23-
sdk: ">=2.1.0 <3.0.0"
23+
sdk: ">=2.12.0-0 <3.0.0"
2424
flutter: ">=1.12.13+hotfix.5 <2.0.0"

0 commit comments

Comments
 (0)