Skip to content

Commit 8a1dcda

Browse files
scheglovcommit-bot@chromium.org
authored andcommitted
Graduate 'flutter' domain from experimental, remove unused methods and fields.
We could also remove FlutterCorrections, because right now we don't use it, but we will restore it soon as we get new Flutter domain methods. [email protected], [email protected] Change-Id: I084fe5acbe5d854673c7247d734aeca1f8d721af Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108364 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent a945888 commit 8a1dcda

16 files changed

+279
-1850
lines changed

pkg/analysis_server/doc/api.html

Lines changed: 231 additions & 3 deletions
Large diffs are not rendered by default.

pkg/analysis_server/lib/protocol/protocol_constants.dart

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -276,20 +276,9 @@ const String EXECUTION_RESPONSE_MAP_URI_FILE = 'file';
276276
const String EXECUTION_RESPONSE_MAP_URI_URI = 'uri';
277277
const String FLUTTER_NOTIFICATION_OUTLINE = 'flutter.outline';
278278
const String FLUTTER_NOTIFICATION_OUTLINE_FILE = 'file';
279-
const String FLUTTER_NOTIFICATION_OUTLINE_INSTRUMENTED_CODE =
280-
'instrumentedCode';
281279
const String FLUTTER_NOTIFICATION_OUTLINE_OUTLINE = 'outline';
282-
const String FLUTTER_REQUEST_GET_CHANGE_ADD_FOR_DESIGN_TIME_CONSTRUCTOR =
283-
'flutter.getChangeAddForDesignTimeConstructor';
284-
const String FLUTTER_REQUEST_GET_CHANGE_ADD_FOR_DESIGN_TIME_CONSTRUCTOR_FILE =
285-
'file';
286-
const String FLUTTER_REQUEST_GET_CHANGE_ADD_FOR_DESIGN_TIME_CONSTRUCTOR_OFFSET =
287-
'offset';
288280
const String FLUTTER_REQUEST_SET_SUBSCRIPTIONS = 'flutter.setSubscriptions';
289281
const String FLUTTER_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions';
290-
const String
291-
FLUTTER_RESPONSE_GET_CHANGE_ADD_FOR_DESIGN_TIME_CONSTRUCTOR_CHANGE =
292-
'change';
293282
const String KYTHE_REQUEST_GET_KYTHE_ENTRIES = 'kythe.getKytheEntries';
294283
const String KYTHE_REQUEST_GET_KYTHE_ENTRIES_FILE = 'file';
295284
const String KYTHE_RESPONSE_GET_KYTHE_ENTRIES_ENTRIES = 'entries';

0 commit comments

Comments
 (0)