-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpubspec.yaml
More file actions
142 lines (129 loc) · 3.5 KB
/
pubspec.yaml
File metadata and controls
142 lines (129 loc) · 3.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
name: rattle
description: Rattle Data Science Next Generation
publish_to: 'none'
version: 6.5.26+216
environment:
sdk: '>=3.0.5 <4.0.0'
# To automatically upgrade package dependencies:
#
# `flutter pub upgrade --major-versions`.
#
# To see which dependencies have newer versions available:
#
# `flutter pub outdated`
#
# (gjw 20250429)
dependencies:
catppuccin_flutter: ^1.0.0
data_table_2: ^2.6.0
file_picker: ^10.3.3
file_selector: ^1.0.3
flutter:
sdk: flutter
flutter_markdown: ^0.7.7
# flutter_pty: ^0.4.2
#
# The following git source fixes the problem with R not being able
# to access the user's installed packages. It is a PR on the
# original package
#
# https://github.com/TerminalStudio/flutter_pty/pull/15
#
# However this then does not compile for Linux
#
# /home/gjw/git/github/gjwgit/rattle/linux/flutter/ephemeral/.plugin_symlinks/flutter_pty/src/flutter_pty_unix.c:114:5:
# error: call to undeclared function 'waitpid'; ISO C99 and later do
# not support implicit function declarations
# [-Wimplicit-function-declaration]
flutter_pty:
git:
url: https://github.com/Lutra-Fs/flutter_pty.git
# Migrate to locally managed updates
# url: https://github.com/anusii/flutter_pty.git
ref: main
flutter_riverpod: ^2.6.1
flutter_svg: ^2.1.0
gap: ^3.0.1
http: ^1.3.0
intl: ^0.20.1
markdown_tooltip: ^0.0.6
package_info_plus: ^8.0.0
path: ^1.8.3
path_provider: ^2.1.3
pdf: ^3.11.1
shared_preferences: ^2.3.3
universal_io: ^2.2.2
url_launcher: ^6.3.0
version_widget: ^1.0.2
window_manager: ^0.5.1
xterm: ^4.0.0
yaml: ^3.1.3
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
build_runner: ^2.4.6
flutter_gen: ^5.3.1
flutter_launcher_icons: ^0.14.2
flutter_lints: ^6.0.0
msix: ^3.16.2
riverpod_generator: ^2.3.5
flutter:
uses-material-design: true
# Note the full image path is required for the resource: image use
# in flutter_markdown.
assets:
- assets/data/audit.csv
- assets/data/movies.csv
- assets/data/protein.csv
- assets/data/sherlock.txt
- assets/data/weather.csv
- assets/data/weather_2007.csv
- assets/data/co-est2016-alldata.csv
- assets/images/favicon_small.png
- assets/icons/icon.png
- assets/markdown/
- assets/r/
- assets/svg/
fonts:
# A fixed width Ubuntu font for the Log tab.
- family: UbuntuMono
fonts:
- asset: assets/fonts/UbuntuMono-R.ttf
# Google font family https://fonts.google.com/
- family: RobotoMono
fonts:
- asset: assets/fonts/RobotoMono-Regular.ttf
- family: OpenSans
fonts:
- asset: assets/fonts/OpenSans-Regular.ttf
# Fullback font supporting unicode block characters used in skimr.
- family: DejaVuSans
fonts:
- asset: assets/fonts/DejaVuSans.ttf
# Settings for creating .msix file, that can be installed in a windows
# machine This can be customized, see
# https://pub.dev/packages/msix/example for reference
msix_config:
display_name: rattle
msix_version: 1.0.0.0
certificate_path: CERTIFICATE.pfx
certificate_password: rattle1234
execution_alias: rattle
flutter_launcher_icons:
android: true
ios: true
image_path: 'assets/icons/icon.png'
min_sdk_android: 21
remove_alpha_ios: true
web:
generate: true
image_path: 'assets/icons/icon.png'
windows:
generate: true
image_path: 'assets/icons/icon.png'
icon_size: 48
macos:
generate: true
image_path: 'assets/icons/icon.png'