-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
70 lines (65 loc) · 1.59 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
name: luckuveryx
description: LuckUVeryX
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=3.5.0 <4.0.0"
dependencies:
animated_text_kit: ^4.2.2
flutter:
sdk: flutter
flutter_hooks: ^0.20.5
flutter_localizations:
sdk: flutter
font_awesome_flutter: ^10.8.0
freezed_annotation: ^2.4.4
go_router: ^14.6.2
hooks_riverpod: ^2.6.1
intl: ^0.19.0
lottie: ^3.3.0
posthog_flutter: ^4.9.0
riverpod_annotation: ^2.6.1
styled_text: ^8.1.0
url_launcher: ^6.3.1
web: ^1.1.0
dev_dependencies:
build_runner: ^2.4.14
custom_lint: ^0.7.0
flutter_gen_runner: ^5.8.0
flutter_test:
sdk: flutter
freezed: ^2.5.7
go_router_builder: ^2.7.1
mocktail: ^1.0.4
riverpod_generator: ^2.6.3
riverpod_lint: ^2.6.3
very_good_analysis: ^7.0.0
flutter:
assets:
- assets/lottie/
fonts:
- family: GeistMono
fonts:
- asset: assets/fonts/GeistMono-UltraLight.otf
weight: 100
- asset: assets/fonts/GeistMono-Light.otf
weight: 200
- asset: assets/fonts/GeistMono-Regular.otf
weight: 300
- asset: assets/fonts/GeistMono-Medium.otf
weight: 400
- asset: assets/fonts/GeistMono-SemiBold.otf
weight: 500
- asset: assets/fonts/GeistMono-Bold.otf
weight: 600
- asset: assets/fonts/GeistMono-Black.otf
weight: 700
- asset: assets/fonts/GeistMono-UltraBlack.otf
weight: 800
- asset: assets/fonts/GeistMono-UltraBlack.otf
weight: 900
generate: true
uses-material-design: true
flutter_gen:
integrations:
lottie: true