Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ import 'package:devtools_app_shared/service.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:flutter/material.dart';

import '../../../shared/globals.dart';
import '../../../shared/ui/common_widgets.dart';

// TODO(dantup): Rename and move this file one level up. Leaving as-is to
// make the review/diff simpler.
import '../../shared/globals.dart';
import '../../shared/ui/common_widgets.dart';

/// An overlay to show when we are not connected to DTD based on the
/// [DTDConnectionState] classes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import 'package:flutter/material.dart';

import '../shared/globals.dart';
import '../shared/ui/common_widgets.dart';
import 'ide_shared/not_connected_overlay.dart';
import 'ide_shared/property_editor/property_editor_panel.dart';
import 'ide_shared/property_editor/reconnecting_overlay.dart';
import 'vs_code/flutter_panel.dart';

/// "Screens" that are intended for standalone use only, likely for embedding
Expand Down