forked from PalisadoesFoundation/talawa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
119 lines (106 loc) · 2.82 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
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
name: talawa
description: Welcome to the Talawa Project for the Palisadoes Foundation
Community Organization Management Software.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
homepage: https://github.com/PalisadoesFoundation/talawa
repository: https://github.com/PalisadoesFoundation/talawa
environment:
sdk: ">=2.17.0 <3.13.0"
dependencies:
############# Remove ###########
# _fe_analyzer_shared: ^60.0.0
# analyzer:
# analyzer_plugin:
################################
auto_size_text: ^3.0.0
cached_network_image: ^3.1.0
connectivity_plus: ^5.0.2
contained_tab_bar_view: ^0.8.0
crypto: ^3.0.3
cupertino_icons: ^1.0.3
currency_picker: ^2.0.19
############## Remove ##########
# custom_lint_builder: ^0.4.0
################################
file: ^7.0.0
firebase_core: ^2.24.2
firebase_core_platform_interface: ^5.0.0
firebase_messaging: ^14.7.9
firebase_messaging_platform_interface: ^4.5.17
flutter:
sdk: flutter
flutter_braintree: ^3.0.0
flutter_cache_manager: ^3.3.1
flutter_local_notifications: ^16.2.0
flutter_localizations:
sdk: flutter
flutter_reaction_button: ^3.0.0+3
flutter_speed_dial: ^7.0.0
flutter_svg: ^2.0.9
font_awesome_flutter: ^10.6.0
geocoding: ^2.1.1
geolocator: ^10.1.0
get_it: ^7.5.0
google_maps_flutter: ^2.3.0
googleapis: 12.0.0
graphql_flutter: ^5.1.2
hive: ^2.2.3
http: 1.1.2
image_cropper: ^5.0.1
image_picker: ^1.0.5
intl: ^0.18.0
json_annotation: ^4.7.0
mockito: ^5.4.4
network_image_mock: ^2.1.1
path_provider: ^2.1.1
permission_handler: 11.1.0
plugin_platform_interface: ^2.1.7
pointycastle: ^3.7.3
provider: ^6.1.1
qr_code_scanner: ^1.0.0
qr_flutter: 4.1.0
quick_actions: ^1.0.6
shared_preferences: ^2.2.2
shimmer: ^3.0.0
social_share: ^2.2.1
syncfusion_flutter_calendar: ^23.2.7
syncfusion_flutter_datepicker: any
timelines: ^0.1.0
tutorial_coach_mark: ^1.2.11
uni_links: ^0.5.1
vibration: ^1.8.4
video_player: ^2.8.1
visibility_detector: ^0.4.0+2
dev_dependencies:
build_runner: ^2.4.7
custom_lint: 0.5.7
flutter_test:
sdk: flutter
hive_generator: ^2.0.1
json_serializable: ^6.7.1
lint: ^2.2.0
mocktail_image_network: ^1.0.0
talawa_lint:
path: talawa_lint/
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
- lang/
fonts:
- family: product-sans
fonts:
- asset: assets/fonts/ProductSans-Regular.ttf
- asset: assets/fonts/ProductSans-Medium.ttf
weight: 600
- asset: assets/fonts/ProductSans-Bold.ttf
weight: 800
- family: open-sans
fonts:
- asset: assets/fonts/OpenSans-Regular.ttf
- asset: assets/fonts/OpenSans-SemiBold.ttf
weight: 600
- asset: assets/fonts/OpenSans-Bold.ttf
weight: 800