-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
75 lines (70 loc) · 1.5 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
name: non_steam_artwork
description: A linux tool to update artwork for non-Steam programs.
publish_to: 'none'
version: 0.0.1+1
environment:
sdk: '>=3.6.0 <4.0.0'
flutter: '>=3.27.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl:
flex_color_scheme: ^8.0.2
gap:
steam_shortcuts_util:
path: packages/steam_shortcuts_util/
freezed_annotation:
meta:
path:
path_provider:
collection:
flutter_riverpod:
riverpod_annotation:
native_context_menu: ^0.2.2+5
super_drag_and_drop: ^0.8.24
super_clipboard: ^0.8.24
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding
path: plugins/window_size
menubar:
git:
url: https://github.com/google/flutter-desktop-embedding
path: plugins/menubar
url_launcher:
io: ^1.0.5
clock:
package_info_plus:
device_info_plus:
markdown_widget: ^2.3.2
http:
hive: ^4.0.0-dev.2
isar_flutter_libs: ^4.0.0-dev.14
steamgriddb:
git:
url: https://github.com/defuncart/steamgriddb
ref: main
cached_network_image:
flutter_cache_manager:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
arb_generator:
freezed:
build_runner:
riverpod_generator:
riverpod_lint:
custom_lint:
flutter:
uses-material-design: true
generate: true
arb_generator:
input_filepath: "assets_dev/loca/loca.csv"
output_directory: "assets_dev/l10n"
filename_prepend: ""
csv_settings:
delimiter: ";"
base_index: 1