Просмотр исходного кода

fix: export TerminalTargetPlatform

The TerminalTargetPlatform enum is used for a  parameter in the terminal
constructor. Correspondingly it should be exported so that it can be
sepcified as parameter.
Georg Wechslberger 3 лет назад
Родитель
Сommit
5abb94da8c
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      lib/core.dart

+ 1 - 0
lib/core.dart

@@ -14,3 +14,4 @@ export 'src/core/input/keys.dart';
 export 'src/core/mouse.dart';
 export 'src/core/state.dart';
 export 'src/terminal.dart';
+export 'src/utils/platform.dart';