forked from gjwgit/rattleng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
198 lines (170 loc) · 5.4 KB
/
pubspec.yaml
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
name: rattle
description: Rattle Data Science Next Generation
publish_to: 'none'
version: 6.3.19+138
environment:
sdk: '>=3.0.5 <4.0.0'
# Automatically upgrade package dependencies to the latest versions:
#
# `flutter pub upgrade --major-versions`.
#
# To see which dependencies have newer versions available:
#
# `flutter pub outdated`
dependencies:
flutter:
sdk: flutter
catppuccin_flutter: ^1.0.0
file_picker: ^8.0.6
flutter_gen: ^5.3.1
flutter_markdown: ^0.7.1
# flutter_pty: ^0.4.0
#
# 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/rattleng/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
ref: main
flutter_riverpod: ^2.4.4
flutter_svg: ^2.0.7
gap: ^3.0.1
intl: ^0.19.0
package_info_plus: ^8.0.0
path: ^1.8.3
path_provider: ^2.1.3
provider: ^6.0.5
riverpod_annotation: ^2.2.1
universal_io: ^2.2.2
url_launcher: ^6.3.0
window_manager: ^0.4.3
xterm: ^4.0.0
pdf: ^3.11.1
dev_dependencies:
flutter_launcher_icons: '^0.13.1'
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_driver:
sdk: flutter
# integration_test:
# sdk: flutter
build_runner: ^2.4.6
custom_lint: ^0.6.4
# The original `dart-code-metrics` is end of live and has migrated to
# a paid service. This fork maintains it's compatibility with the
# latest flutter.
dart_code_metrics:
git:
url: https://github.com/anusii/dart-code-metrics.git
ref: dev
# The `flutter_lints` package contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the
# package is activated in the `analysis_options.yaml` file located
# at the root of your package. See that file for information about
# deactivating specific lint rules and activating additional ones.
flutter_lints: ^4.0.0
msix: ^3.16.2
riverpod_generator: ^2.3.5
# TODO 20240604 gjw FOR NOW REMOVE riverpod_lint AS IT HAS
# DEPENDENCY CONFLICTS WITH dart_code_metrics.
# riverpod_lint: ^2.3.2
dependency_overrides:
# Required for dart-code-metrics.
collection: ^1.19.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# Note the full image path is required for the resource: image use
# in flutter_markdown.
assets:
- assets/data/weather.csv
- assets/images/favicon_small.png
- assets/icons/icon.png
- assets/markdown/
- assets/r/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
# Use a fixed width Ubuntu font for the Log tab.
fonts:
- 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
# - family: NotoSans
# fonts:
# - asset: assets/fonts/NotoSans-Regular.ttf
#
# A fullback font supporting unicode block characters used in skimr.
- family: DejaVuSans
fonts:
- asset: assets/fonts/DejaVuSans.ttf
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
# 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'