Skip to content

Commit ff4517c

Browse files
committed
Deprecated public getters soundSdkSummaryUri & weakSdkSummaryUri
1 parent f47d3b4 commit ff4517c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dwds/lib/src/utilities/sdk_configuration.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ class SdkConfiguration {
120120
Uri? get sdkDirectoryUri => _toUri(sdkDirectory);
121121
Uri? get sdkSummaryUri => _toUri(sdkSummaryPath);
122122

123+
@Deprecated('Only sound null safety is supported as of Dart 3.0')
124+
Uri? get soundSdkSummaryUri => _toUri(soundSdkSummaryPath);
125+
126+
@Deprecated('Only sound null safety is supported as of Dart 3.0')
127+
Uri? get weakSdkSummaryUri => _toUri(weakSdkSummaryPath);
128+
123129
/// Note: has to be ///file: Uri to run in an isolate.
124130
Uri? get compilerWorkerUri => _toAbsoluteUri(compilerWorkerPath);
125131

0 commit comments

Comments
 (0)