forked from PalMit2002/instiapp-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
116 lines (106 loc) · 3.19 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
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: 1.8.0
environment:
sdk: ">=2.15.0 <3.0.0"
dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
# cupertino_icons: ^1.0.1
google_api_headers: ^1.1.1
url_launcher: ^6.0.17
qr_code_scanner: ^0.6.1
http: ^0.13.4
rxdart: ^0.26.0
flutter_html: ^2.2.1
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.0.1
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
webview_flutter: ^2.8.0
flutter_inappwebview: any
permission_handler: ^8.3.0
qr_flutter: ^4.0.0
intl: ^0.17.0
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
# test: 1.6.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/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