-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
pubspec.yaml
79 lines (72 loc) · 1.62 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
76
77
78
79
name: tv_randshow
description: App to pick a random TV show episode
version: 2.3.0+30
environment:
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"
dependencies:
cached_network_image: 3.4.1
collection: 1.18.0
dio: 5.7.0
file_saver: 0.2.14
flare_flutter: 3.0.2
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_markdown: 0.7.3
flutter_riverpod: 2.5.1
flutter_translate: 4.1.0
get_it: 8.0.0
hive: 2.2.3
hive_flutter: 1.1.0
in_app_review: 2.0.9
injectable: 2.5.0
json_annotation: 4.9.0
package_info_plus: 8.0.2
path: 1.9.0
path_provider: 2.1.4
shared_preferences: 2.3.2
sqflite: 2.3.3+2
stack_trace: 1.11.1
theme_provider: 0.6.0
unicons: 3.0.0
url_launcher: 6.3.0
dev_dependencies:
build_runner: 2.4.13
faker: 2.2.0
flutter_launcher_icons: 0.14.1
flutter_lints: 4.0.0
flutter_test:
sdk: flutter
hive_generator: 2.0.1
injectable_generator: 2.6.2
integration_test:
sdk: flutter
json_serializable: 6.8.0
mockito: 5.4.4
flutter_native_splash:
image: assets/img/icon_launcher.png
color: "E40505"
ios: false
fullscreen: true
flutter_icons:
android: "ic_launcher"
adaptive_icon_foreground: "assets/img/icon_launcher_foreground.png"
adaptive_icon_background: "#E40505"
ios: false
image_path: "assets/img/icon_launcher.png"
flutter:
assets:
- assets/i18n/
- assets/markdown/
- assets/img/no_image.webp
- assets/img/tmdb.png
- assets/img/loading.flr
fonts:
- family: Nunito
fonts:
- asset: assets/fonts/nunito-regular.ttf
- family: CustomIcons
fonts:
- asset: assets/fonts/custom_icons.ttf