-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
110 lines (99 loc) · 2.92 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
name: moontime
description: This is an open source Flutter project for listing tv series from the tvmaze.com/api.
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.18.5 <3.0.0'
dependencies:
flutter:
sdk: flutter
firebase_core: ^2.4.0
firebase_auth: ^4.2.0
firebase_analytics: ^10.0.7
firebase_crashlytics: ^3.0.7
flutter_secure_storage: ^6.1.0
cloud_firestore: ^4.2.0
http: ^0.13.5
tuple: ^2.0.1
get: ^4.6.5
get_storage: ^2.0.3
easy_debounce: ^2.0.2+1
permission_handler: ^10.2.0
package_info_plus: ^3.0.2
device_info_plus: ^8.0.0
internet_connection_checker: ^1.0.0+1
cached_network_image: ^3.2.3
flutter_slidable: ^2.0.0
like_button: ^2.0.5
shimmer: ^2.0.0
animate_do: ^3.0.2
cupertino_icons: ^1.0.2
iconly: ^1.0.1
flutter_native_splash: ^2.2.16
blurrycontainer: ^1.0.2
carousel_slider: ^4.2.0
flutter_staggered_grid_view: ^0.6.2
flutter_rating_bar: ^4.0.1
flutter_html: ^2.2.1
intl: ^0.17.0
dependency_overrides:
flutter_svg: ^1.1.6
collection: ^1.17.0
flutter_launcher_icons: ^0.11.0
flutter_icons:
android: "launcher_icon"
image_path: "assets/images/launcher_transparent.png"
min_sdk_android: 21 # android min sdk min:16, default 21
adaptive_icon_background: "#000000FF"
adaptive_icon_foreground: "assets/images/launcher_full_black.png"
ios: true
image_path_ios: "assets/images/launcher_full_black.png"
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
fonts:
- family: Isidora
fonts:
- asset: assets/fonts/isidora-medium.otf
weight: 100
- asset: assets/fonts/isidora-semibold.otf
weight: 200
- asset: assets/fonts/isidora-semibold.otf
weight: 300
- asset: assets/fonts/isidora-bold.otf
weight: 400
- asset: assets/fonts/isidora-bold.otf
weight: 500
- asset: assets/fonts/isidora-black.otf
weight: 600
- asset: assets/fonts/isidora-black.otf
weight: 700
- family: IsidoraSans
fonts:
- asset: assets/fonts/IsidoraSans-Thin.ttf
weight: 100
- asset: assets/fonts/IsidoraSans-Light.otf
weight: 200
- asset: assets/fonts/IsidoraSans-Regular.ttf
weight: 300
- asset: assets/fonts/IsidoraSans-Medium.otf
weight: 400
- asset: assets/fonts/IsidoraSans-SemiBold.otf
weight: 500
- asset: assets/fonts/IsidoraSans-Bold.otf
weight: 600
- asset: assets/fonts/IsidoraSans-Black.otf
weight: 700
assets:
- assets/images/
- assets/icons/
flutter_native_splash:
color: "#FFFFFF"
image: "assets/images/launcher_transparent.png"
color_dark: "191818"
android_12:
image: "assets/images/launcher_transparent.png"