forked from DevCom-IITB/instiapp-flutter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
123 lines (113 loc) · 3.39 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
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.2.1+25
environment:
sdk: '>=2.15.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
# 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: ^1.0.1
http: ^0.13.4
rxdart: ^0.26.0
flutter_widget_from_html_core: any
fwfh_selectable_text: ^0.8.3+1
markdown: ^7.0.1
shared_preferences: ^2.0.10
date_format: ^2.0.4
share: ^2.0.4
photo_view: ^0.14.0
flutter_calendar_carousel: ^2.4.1
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: ^4.3.6
image_picker: ^0.8.4+4
firebase_messaging: ^14.2.5
flutter_local_notifications: ^13.0.0
path_provider: ^2.0.8
cached_network_image: ^3.2.0
flutter_image_compress: ^1.1.0
uni_links: ^0.5.1
analyzer: ^5.6.0
flutter_dynamic_icon: ^2.0.0
device_calendar: ^4.3.0
dropdown_search: ^5.0.5
multi_select_flutter: ^4.0.0
retrofit: ^4.0.1
logger: any
dio: ^5.0.0
json_annotation: ^4.8.0
jaguar: ^3.0.12
jaguar_flutter_asset: ^3.0.0
flutter_webview_pro: ^3.0.1+4
home_widget: ^0.2.0+1
permission_handler: ^10.2.0
qr_flutter: ^4.0.0
intl: ^0.17.0
awesome_notifications: ^0.7.4+1
flutter_linkify: ^5.0.2
upgrader: ^6.0.1
firebase_in_app_messaging: ^0.7.0+14
dev_dependencies:
flutter_test:
sdk: flutter
retrofit_generator: any
build_runner: any
json_model: any
json_serializable: ^6.6.1
firebase_core: ^2.7.0
# 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/
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