-
Notifications
You must be signed in to change notification settings - Fork 6
/
pubspec.yaml
65 lines (54 loc) · 1.34 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
name: pactus
description: "Pactus Flutter GUI"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
fluent_ui: ^4.8.6
protobuf: ^3.1.0
grpc: ^3.2.4
cupertino_icons: ^1.0.6
window_manager: ^0.3.8
flutter_acrylic: ^1.1.3
go_router: ^13.2.1
flutter_riverpod: ^2.5.1
flutter_screenutil: ^5.9.0
google_fonts: ^6.2.1
bip39_mnemonic: ^3.0.6
collection: ^1.18.0
file_picker: ^6.2.0
path_provider: ^2.1.2
shared_preferences: ^2.2.2
iconsax: ^0.0.8
fl_chart: ^0.68.0
dev_dependencies:
flutter_test:
sdk: flutter
pedantic_mono: any
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter-Thin.ttf
weight: 100
- asset: assets/fonts/Inter-ExtraLight.ttf
weight: 100
- asset: assets/fonts/Inter-Light.ttf
weight: 300
- asset: assets/fonts/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter-Bold.ttf
weight: 700
- asset: assets/fonts/Inter-ExtraBold.ttf
weight: 800