-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
64 lines (55 loc) · 1.31 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
name: phone_auth_microservice
description: "Authentication using phone SMS [Microservice]"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.2.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.2
logger: ^2.0.2+1
auto_route: ^7.8.4
flutter_svg: ^2.0.9
flutter_bloc: ^8.1.3
dartz: ^0.10.1
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
injectable: ^2.3.2
get_it: ^7.6.7
mask_text_input_formatter: ^2.8.0
pinput: ^3.0.1
firebase_core: ^2.24.2
firebase_auth: ^4.16.0
cloud_firestore: ^4.14.0
image_picker: ^1.0.7
flutter_intl:
enabled: true
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
intl_utils: ^2.8.7
flutter_native_splash: ^2.3.9
flutter_launcher_icons: ^0.13.1
auto_route_generator: ^7.3.2
build_runner: ^2.4.8
injectable_generator: ^2.4.1
freezed: ^2.4.6
json_serializable: ^6.7.1
flutter:
uses-material-design: true
generate: true
assets:
- assets/icons/
- assets/images/
- assets/fonts/
fonts:
- family: SF-Pro-Display
fonts:
- asset: assets/fonts/SF-Pro-Display-Regular.otf
weight: 400
- asset: assets/fonts/SF-Pro-Text-Light.otf
weight: 400