Przeglądaj źródła

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 lat temu
rodzic
commit
5abb94da8c
1 zmienionych plików z 1 dodań i 0 usunięć
  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';