Skip to content

Commit

Permalink
Add banner message warnings and errors (#1764)
Browse files Browse the repository at this point in the history
* Add banner message warnings and errors.
  • Loading branch information
kenzieschmoll authored Mar 27, 2020
1 parent 99881a0 commit af5607c
Show file tree
Hide file tree
Showing 30 changed files with 837 additions and 76 deletions.
2 changes: 2 additions & 0 deletions packages/devtools_app/lib/src/connected_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ class ConnectedApp {

bool get isFlutterWebAppNow => isFlutterAppNow && isDartWebAppNow;

bool get isDebugFlutterAppNow => isFlutterAppNow && !isProfileBuildNow;

bool get isRunningOnDartVM => serviceManager.vm.name != 'ChromeDebugProxy';

Future<bool> get isDartCliApp async =>
Expand Down
Loading

0 comments on commit af5607c

Please sign in to comment.