-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
66 lines (60 loc) · 1.33 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
name: xfdm
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.3.1 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.19.0
cupertino_icons: ^1.0.6
flutter_riverpod: ^2.4.10
riverpod_annotation: ^2.3.4
freezed_annotation: ^2.4.1
flutter_hooks: ^0.20.5
hooks_riverpod: ^2.4.10
json_annotation: ^4.8.1
go_router: ^14.1.3
window_manager: ^0.3.2
fluent_ui: ^4.8.6
flutter_acrylic: ^1.1.0
rust_lib_xfdm:
path: rust_builder
flutter_rust_bridge: ^2.0.0-dev.35
device_info_plus: ^10.1.0
synchronized: ^3.1.0+1
aria2:
git: https://github.com/xkeyC/dart_aria2_rpc.git
# path: ../../xkeyC/dart_aria2_rpc
hive: ^2.2.3
archive: ^3.4.10
path_provider: ^2.1.1
file_sizes: ^1.0.6
desktop_drop: ^0.4.4
file_picker: ^8.0.0+1
local_hero: ^0.3.0
path: ^1.9.0
url_launcher: ^6.2.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
integration_test:
sdk: flutter
build_runner: ^2.4.8
freezed: ^2.4.5
json_serializable: ^6.7.1
riverpod_generator: ^2.3.11
custom_lint: ^0.6.2
riverpod_lint: ^2.3.9
ffigen: ^12.0.0
flutter:
uses-material-design: true
assets:
- assets/
- assets/binary/
flutter_intl:
enabled: true