-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpubspec.yaml
More file actions
75 lines (67 loc) · 1.66 KB
/
pubspec.yaml
File metadata and controls
75 lines (67 loc) · 1.66 KB
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: yts_mobile
description: A simple mobile app for accessing movies of [YTS website](https://yts.mx/).
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.18.5 <3.0.0"
dependencies:
another_flushbar: ^1.12.29
cached_network_image: ^3.2.3
clock: ^1.1.1
cupertino_icons: ^1.0.5
dartz: ^0.10.1
dio: ^4.0.6
equatable: ^2.0.5
file: ^6.1.4
firebase_auth: ^4.2.3
firebase_core: ^2.4.0
flex_color_scheme: ^6.1.1
flutter:
sdk: flutter
flutter_facebook_auth: ^5.0.7
flutter_keyboard_visibility: ^5.4.0
flutter_riverpod: ^2.1.1
flutter_svg: ^1.1.6
flutter_vector_icons: ^2.0.0
freezed_annotation: ^2.2.0
go_router: ^6.0.0
google_sign_in: ^5.4.2
hive_flutter: ^1.1.0
json_annotation: ^4.7.0
lottie: ^2.1.0
mocktail_image_network: ^0.3.1
pull_to_refresh: ^2.0.0
shimmer: ^2.0.0
url_launcher: ^6.1.7
url_strategy: ^0.2.0
dev_dependencies:
build_runner: ^2.3.0
flutter_launcher_icons: ^0.11.0
flutter_test:
sdk: flutter
freezed: ^2.2.0
hive_test: ^1.0.1
http_mock_adapter: ^0.3.3
json_serializable: ^6.5.4
mocktail: ^0.3.0
very_good_analysis: ^3.1.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/animations/
- assets/svg/
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Italic.ttf
- asset: assets/fonts/Poppins-Bold.ttf
weight: 700
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins-Light.ttf
weight: 300