From 75d7d682a527c9dc6a3c069025eb5b4850caff74 Mon Sep 17 00:00:00 2001 From: "Lutra.Fs" <36790218+Lutra-Fs@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:27:42 +1000 Subject: [PATCH 1/3] chore: Update flutter_pty dependency to fix Windows script issue --- pubspec.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a95617eb5..4d49b2d56 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,7 +22,11 @@ dependencies: file_picker: ^8.0.6 flutter_gen: ^5.3.1 flutter_markdown: ^0.7.1 - flutter_pty: ^0.4.0 + # flutter_pty: ^0.4.0 + flutter_pty: + git: + url: https://github.com/KitasaitamalBlues/flutter_pty.git + ref: main flutter_riverpod: ^2.4.4 flutter_svg: ^2.0.7 intl: ^0.19.0 @@ -36,6 +40,7 @@ dependencies: window_manager: ^0.3.5 xterm: ^4.0.0 + dev_dependencies: flutter_launcher_icons: "^0.13.1" From 3a9a7742655320e449e77fc832fb8e31fd0bb1cd Mon Sep 17 00:00:00 2001 From: "Lutra.Fs" <36790218+Lutra-Fs@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:40:40 +1000 Subject: [PATCH 2/3] Add CHANGELOG Entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 353433a39..46c4a46ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ toward a 6.3 release. + Refactor dataset feature [6.2.3 20240715 gjw] + Initial R code and integration of exploration plots [6.2.2 20240715 gjw] + Add EXPORT to ImagePage() [6.2.1 20240712 gjw] ++ Fix Windows R console connectivity issue [20240809 Lutra-Fs] ## 6.2 Dataset Roles, Display Pages. From 70f67450f6b487675dbee54c4bf763da96ad6e62 Mon Sep 17 00:00:00 2001 From: "Lutra.Fs" <36790218+Lutra-Fs@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:05:59 +1000 Subject: [PATCH 3/3] chore: fix flutter_pty dependency version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4d49b2d56..06a2ceae3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: file_picker: ^8.0.6 flutter_gen: ^5.3.1 flutter_markdown: ^0.7.1 - # flutter_pty: ^0.4.0 + # flutter_pty: ^4.0.0 flutter_pty: git: url: https://github.com/KitasaitamalBlues/flutter_pty.git