-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpubspec.yaml
More file actions
67 lines (59 loc) · 1.64 KB
/
pubspec.yaml
File metadata and controls
67 lines (59 loc) · 1.64 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
name: call_manager
description: Call Manager in Flutter
version: 2.8.5+54
publish_to: none
environment:
sdk: ">=2.13.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
bluejay: ^1.4.0
cloud_firestore: ^2.5.3
contacts_service: ^0.6.3
crypto: ^3.0.1
cupertino_icons: ^1.0.3
datetime_picker_formfield: ^2.0.0
direct_dialer: ^1.0.1+1
firebase_auth: ^3.1.3
firebase_core: ^1.7.0
flutter_local_notifications: ^9.0.0
flutter_typeahead: ^3.2.1
google_fonts: ^2.1.0
google_sign_in: ^5.1.1
groovin_widgets: ^3.0.2
material_design_icons_flutter: ^5.0.5955-rc.1
package_info: ^2.0.2
permission_handler: ^8.2.2
provider: ^6.0.1
rxdart: ^0.27.2
shared_preferences: ^2.0.8
sign_in_with_apple: ^3.2.0
timezone: any
url_launcher: ^6.0.12
wiredash: ^0.7.0+1
dev_dependencies:
flutter_test:
sdk: flutter
#flutter_launcher_icons: "^0.7.2"
dart_code_metrics: ^4.4.0
flutter_lints: ^1.0.4
flutter_icons:
android: true
#image_path: "assets/icon/call_manager_app_icon.png"
#adaptive_icon_background: "#1976D2"
flutter:
uses-material-design: true
assets:
- android/app/src/main/res/drawable-hdpi/ic_notification.png
- assets/icon/call_manager_app_icon.png
- assets/glogo.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.io/assets-and-images/#from-packages
fonts:
- family: SourceSansPro
fonts:
- asset: fonts/SourceSansPro-Regular.ttf
- asset: fonts/SourceSansPro-Bold.ttf
weight: 500