Bläddra i källkod

export terminal_style.dart

xuty 4 år sedan
förälder
incheckning
051ee53d52
3 ändrade filer med 5 tillägg och 1 borttagningar
  1. 3 0
      CHANGELOG.md
  2. 1 0
      lib/xterm.dart
  3. 1 1
      pubspec.yaml

+ 3 - 0
CHANGELOG.md

@@ -1,3 +1,6 @@
+## [2.3.1-pre] - 2021-6-1
+* Export `theme/terminal_style.dart`
+
 ## [2.3.0-pre] - 2021-6-1
 ## [2.3.0-pre] - 2021-6-1
 * Add `import 'package:xterm/isolate.dart';`
 * Add `import 'package:xterm/isolate.dart';`
 
 

+ 1 - 0
lib/xterm.dart

@@ -4,3 +4,4 @@ export 'terminal/terminal.dart';
 export 'terminal/terminal_backend.dart';
 export 'terminal/terminal_backend.dart';
 export 'terminal/terminal_ui_interaction.dart';
 export 'terminal/terminal_ui_interaction.dart';
 export 'terminal/platform.dart';
 export 'terminal/platform.dart';
+export 'theme/terminal_style.dart';

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: xterm
 name: xterm
 description: xterm.dart is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.
 description: xterm.dart is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.
-version: 2.3.0-pre
+version: 2.3.1-pre
 homepage: https://github.com/TerminalStudio/xterm.dart
 homepage: https://github.com/TerminalStudio/xterm.dart
 
 
 environment:
 environment: