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
4 changes: 0 additions & 4 deletions playground/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'package:flow_ui/flow_ui.dart';
import 'package:material_ui/material_ui.dart';

import 'src/code_panel.dart';
import 'src/embed.dart';
import 'src/playground_shell.dart';

Expand All @@ -16,9 +15,6 @@ Future<void> main() async {
runApp(EmbedApp(request: embed));
return;
}
// Loads the Dart grammar and both highlight themes once, so the code
// panel renders synchronously.
await CodeHighlighting.init();
runApp(const PlaygroundApp());
}

Expand Down
Loading