forked from DevCom-IITB/instiapp-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
140 lines (130 loc) · 4.03 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
name: InstiApp
description: Flutter App for Indian Institute of Technology, Bombay
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 2.4.1+29
environment:
sdk: '>=2.15.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
camera: ^0.9.4+4
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
# cupertino_icons: ^1.0.1
url_launcher: ^6.0.17
qr_code_scanner: ^0.6.1
http: ^0.13.4
rxdart: ^0.26.0
flutter_widget_from_html_core: any
fwfh_selectable_text: ^0.8.3
markdown: ^4.0.1
shared_preferences: ^2.0.10
date_format: ^2.0.4
share: ^2.0.4
photo_view: ^0.13.0
flutter_calendar_carousel: 2.1.0
# google_maps_flutter: ^2.1.1
# flutter_google_places: ^0.3.0
location: ^4.3.0
flutter_material_color_picker: ^1.1.0+2
flutter_typeahead: ^3.2.4
image_picker: ^0.8.4+4
firebase_messaging: ^11.2.3
flutter_local_notifications: 9.1.5
path_provider: ^2.0.8
cached_network_image: ^3.2.0
flutter_image_compress: ^1.1.0
uni_links: ^0.5.1
analyzer: ^2.8.0
flutter_dynamic_icon: ^2.0.0
device_calendar: ^4.2.0
dropdown_search: ^2.0.1
multi_select_flutter: 4.0.0
retrofit: ^3.0.0
logger: any
dio: ^4.0.4
json_annotation: ^4.4.0
jaguar: ^3.0.12
jaguar_flutter_asset: ^3.0.0
flutter_webview_pro: 3.0.1+3
home_widget: ^0.1.5
flutter_dotenv: ^5.1.0
permission_handler: ^8.3.0
qr_flutter: ^4.0.0
intl: ^0.17.0
awesome_notifications: ^0.6.21
flutter_linkify: ^5.0.2
upgrader: ^4.11.1
encrypt: ^5.0.1
dev_dependencies:
flutter_test:
sdk: flutter
retrofit_generator: any
build_runner: any
json_model: any
json_serializable: ^6.1.1
firebase_core: 1.10.5
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
assets:
- assets/
- assets/login/
- assets/map/
- assets/communities/
- assets/communities/emojis/
- assets/map/assets/
- assets/map/assets/map/
- assets/buynsell/
- .env
fonts:
- family: IBMPlexSans
fonts:
- asset: fonts/IBMPlexSans/IBMPlexSans-Regular.ttf
- asset: fonts/IBMPlexSans/IBMPlexSans-Italic.ttf
style: italic
- asset: fonts/IBMPlexSans/IBMPlexSans-Bold.ttf
weight: 700
- asset: fonts/IBMPlexSans/IBMPlexSans-BoldItalic.ttf
style: italic
weight: 700
uses-material-design: true
# targets:
# $default:
# builders:
# json_serializable:
# options:
# # Options configure how source code is generated for every
# # `@JsonSerializable`-annotated class in the package.
# #
# # The default value for each is listed.
# any_map: false
# checked: false
# constructor: ""
# create_factory: true
# create_to_json: true
# disallow_unrecognized_keys: false
# explicit_to_json: false
# field_rename: none
# generic_argument_factories: false
# ignore_unannotated: false
# include_if_null: true
dependency_overrides:
firebase_messaging_platform_interface: 3.1.6
firebase_crashlytics_platform_interface: 3.1.13
cloud_firestore_platform_interface: 5.4.13
firebase_auth_platform_interface: 6.1.11
firebase_storage_platform_interface: 4.0.14
cloud_functions_platform_interface: 5.0.21
firebase_analytics_platform_interface: 3.0.5
firebase_remote_config_platform_interface: 1.0.5
firebase_dynamic_links_platform_interface: 0.2.0+5
firebase_performance_platform_interface: 0.1.0+5
firebase_app_installations_platform_interface: 0.1.0+6
firebase_core_platform_interface: 4.2.2