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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
7 changes: 6 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ^4.0.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
Expand All @@ -36,6 +40,7 @@ dependencies:
window_manager: ^0.3.5
xterm: ^4.0.0


dev_dependencies:

flutter_launcher_icons: "^0.13.1"
Expand Down