-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpubspec.yaml
More file actions
146 lines (111 loc) · 2.43 KB
/
pubspec.yaml
File metadata and controls
146 lines (111 loc) · 2.43 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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
name: flutter_app
description: Template project for Flutter apps.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+10000000 #1 00 00 000
environment:
sdk: ">=3.11.0 <4.0.0"
flutter: 3.41.6
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
flutter_localizations:
sdk: flutter
# State management
flutter_riverpod: ^3.0.1
riverpod_annotation: ^4.0.0
# Navigation
auto_route: ^11.1.0
# Data Structures
freezed_annotation: 3.1.0
json_annotation: 4.9.0
# Network
dio: ^5.9.2
# Storage
shared_preferences: ^2.5.4
# Firebase
firebase_analytics: ^12.0.2
firebase_auth: ^6.1.0
firebase_core: ^4.1.1
firebase_crashlytics: ^5.0.2
firebase_messaging: ^16.0.2
firebase_remote_config: ^6.0.2
# Authentication
google_sign_in: ^7.2.0
sign_in_with_apple: 7.0.1
# Device
device_info_plus: ^12.1.0
package_info_plus: ^9.0.0
path_provider: 2.1.5
window_manager: 0.5.1
# Security
flutter_dotenv: 6.0.0
freerasp: ^7.3.0
# Logging
pretty_dio_logger: 1.4.0
talker: ^5.0.1
talker_flutter: ^5.0.1
talker_dio_logger: ^5.0.1
# Resources
extended_image: 10.0.1
flutter_native_splash: ^2.4.7
flutter_svg: ^2.2.1
intl: 0.20.2
# UI
flutter_animate: 4.5.2
flutter_local_notifications: ^21.0.0
modal_bottom_sheet: 3.0.0
universal_html: ^2.3.0
# Utility
app_settings: ^7.0.0
collection: 1.19.1
crypto: ^3.0.7
permission_handler: 12.0.1
url_launcher: 6.3.2
dev_dependencies:
flutter_test:
sdk: flutter
# Build Runner
build_runner: ^2.7.1
# State management
riverpod_generator: ^4.0.0+1
# Navigation
auto_route_generator: ^10.2.4
# Data Structures
freezed: ^3.2.3
json_serializable: ^6.11.1
# Resources
flutter_gen_runner: ^5.12.0
# Lint
custom_lint: ^0.8.0
flutter_lints: 6.0.0
netglade_analysis: ^22.0.0
riverpod_lint: ^3.0.1
# UI Tests
patrol: ^4.1.0
patrol:
app_name: flutter_app
test_directory: integration_test
android:
package_name: com.strv.flutter.template
ios:
bundle_id: com.strv.flutter.template
flutter_gen:
output: lib/assets/
integrations:
flutter_svg: true
flutter:
uses-material-design: true
generate: true
assets:
- .env
- .env-staging
- .env-production
- .env-development
- assets/png/
- assets/svg/
fonts:
- family: ClashDisplay
fonts:
- asset: assets/fonts/ClashDisplay.ttf