This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
forked from PalisadoesFoundation/talawa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
118 lines (110 loc) · 3.49 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
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.12.0 <3.0.0"
dependencies:
auto_size_text: ^3.0.0
cached_network_image: ^3.1.0
connectivity_plus: ^2.3.1
cupertino_icons: ^1.0.3
currency_picker: 2.0.4
firebase_core: ^1.17.1
firebase_messaging: ^11.4.1
flutter:
sdk: flutter
flutter_braintree: ^2.3.1
flutter_local_notifications: ^9.6.0
flutter_localizations:
sdk: flutter
flutter_speed_dial: ^4.2.0
font_awesome_flutter: ^9.1.0
geocoding: ^2.0.4
geolocator: ^8.2.1
get_it: ^7.2.0
google_maps_flutter: ^2.1.7
graphql_flutter: 5.1.1-beta.3
hive: ^2.0.4
http: ^0.13.3
image_cropper: ^1.4.1
image_picker: ^0.8.1+3
intl: ^0.17.0
json_annotation: ^4.0.1
mockito: ^5.2.0
network_image_mock: ^2.0.1
path_provider: ^2.0.2
permission_handler: ^8.1.4+2
provider: ^6.0.3
qr_code_scanner: ^1.0.0
qr_flutter: ^4.0.0
quick_actions: ^0.6.0+5
shared_preferences: ^2.0.6
shimmer: ^2.0.0
social_share: ^2.2.1
syncfusion_flutter_calendar: ^20.2.38
syncfusion_flutter_datepicker: ^20.2.38
timelines: ^0.1.0
tutorial_coach_mark: ^1.2.3
uni_links: ^0.5.1
vibration: ^1.7.4-nullsafety.0
video_player: ^2.2.7
visibility_detector: ^0.3.3
dev_dependencies:
build_runner: ^2.1.10
flutter_test:
sdk: flutter
hive_generator: ^1.1.0
json_serializable:
lint: ^1.6.0
mocktail_image_network: ^0.3.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/
- lang/
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
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
# - asset:
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: assets\fonts\OpenSans-Bold.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages