-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
45 lines (45 loc) · 1.05 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
name: bank_templates
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
get: ^4.6.5
connectivity_plus: ^2.3.6
shared_preferences: ^2.0.15
cached_network_image: ^3.2.1
flutter_svg: ^1.1.6
google_sign_in: ^5.0.7
pin_code_fields: ^7.3.0
sms_autofill: ^2.0.0
pin_input_text_field: 4.1.0
flutter_svg_provider: ^1.0.3
intl: ^0.17.0
fluttertoast: ^8.0.8
permission_handler: ^10.0.0
images_picker: ^1.2.11
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
fonts:
- family: Inter
fonts:
- asset: assets/fonts/InterSemiBold.ttf
weight: 600
- asset: assets/fonts/InterMedium.ttf
weight: 500
- asset: assets/fonts/InterBold.ttf
weight: 700
- asset: assets/fonts/InterRegular.ttf
weight: 400
- family: Poppins
fonts:
- asset: assets/fonts/PoppinsSemiBold.ttf
weight: 600