-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
87 lines (77 loc) · 1.91 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
name: carg
description: Get coinched ! Mobile app to save your card games
publish_to: none
version: 1.10.0
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '3.24.5'
dependencies:
cloud_firestore: ^5.1.0
firebase_core_platform_interface: ^5.0.0
firebase_crashlytics: ^4.0.3
firebase_core: ^3.2.0
firebase_auth: ^5.1.2
firebase_dynamic_links: ^6.0.3
firebase_app_check: ^0.3.0+3
google_sign_in: ^6.0.0
google_mobile_ads: ^5.1.0
cupertino_icons: ^1.0.2
enum_to_string: ^2.0.1
flutter_markdown: ^0.7.0
flutter_spinkit: ^5.0.0
flutter_svg: ^2.0.9
flutter_secure_storage: ^9.0.0
flutter_libphonenumber: ^2.2.1
font_awesome_flutter: ^10.0.0
google_fonts: ^6.0.0
http: ^1.1.2
intl: ^0.19.0
in_app_purchase: ^3.0.7
package_info_plus : ^8.0.0
provider: ^6.0.0
url_launcher: ^6.0.2
syncfusion_flutter_charts: ^27.2.5
syncfusion_flutter_gauges: ^27.2.5
infinite_scroll_pagination: ^4.0.0
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
pin_code_fields: ^8.0.1
collection: ^1.15.0
crypto: ^3.0.2
markdown: ^7.0.0
googleapis: ^13.1.0
googleapis_auth: ^1.3.1
dev_dependencies:
flutter_launcher_icons: ^0.14.2
flutter_test:
sdk: flutter
mockito: ^5.0.0
network_image_mock: ^2.0.1
build_runner: ^2.1.2
flutter_lints: ^5.0.0
flutter_gen_runner: ^5.6.0
flutter:
generate: true
uses-material-design: true
fonts:
- family: Josefin
fonts:
- asset: assets/fonts/Josefin_Sans/JosefinSans-Regular.ttf
- asset: assets/fonts/Josefin_Sans/JosefinSans-Bold.ttf
assets:
- assets/images/card_game.svg
- assets/images/algolia_logo.png
- assets/images/google_logo.svg
- assets/config/
- assets/rules/
- CHANGELOG.md
flutter_icons:
ios: true
android: true
remove_alpha_ios: true
image_path_ios: assets/images/card_game_icon.png
image_path_android: assets/images/card_game_icon.png
module:
androidX: true