forked from sibvisions/flutter_jvx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
165 lines (136 loc) · 4.07 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
name: flutter_jvx
description: A generic Flutter app for JVx applications.
homepage: https://www.sibvisions.com/
repository: https://github.com/sibvisions/flutter_jvx
issue_tracker: https://github.com/sibvisions/flutter_jvx/issues
publish_to: 'none'
version: 2.2.0+1
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
# Flutter Dep
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_web_plugins:
sdk: flutter
flutter_native_splash: ^2.2.16
# iOS Dep
cupertino_icons: ^1.0.2
# Translations capability
intl: any # An exact version pin will be provided by the Flutter SDK
timezone: ^0.9.0
flutter_timezone: ^1.0.4
# Config
shared_preferences: ^2.0.15
# Device Identification
package_info_plus: ^3.0.1
device_info_plus: ^8.0.0
android_id: ^0.3.2
# Util
dio: ^5.2.1+1
logger: ^1.1.0
collection: ^1.16.0
rxdart: ^0.27.5
queue: ^3.1.0+2
flutter_html: 3.0.0-alpha.5
async: ^2.10.0
# IO handling
universal_io: ^2.0.4
web_socket_channel: ^2.3.0
connectivity_plus: ^4.0.0
cross_file: ^0.3.3+2
image_picker: ^0.8.6
file_picker: ^5.0.1
file_saver:
git:
url: https://github.com/sibvisions/fix_file_saver.git
# SVG Support
flutter_svg: ^2.0.0+1
# Icons
font_awesome_flutter: ^10.2.1
# Managing different persistent classes
get_it: ^7.2.0
# QR Scanner
mobile_scanner: ^3.2.0
# Signature Pad
signature: ^5.3.2
# Saving files on system
path: ^1.8.1
path_provider: ^2.0.11
# Zip files handling
archive: ^3.3.1
# Special Slivers for lists and grids
sliver_tools: ^0.2.7
# Auto resizing text widget
auto_size_text: ^3.0.0
# Used for routing with navigator 2.0
beamer: ^1.5.2
# Used for offline mode
sqflite: ^2.0.3
wakelock: ^0.6.2
# Used for debugging
flutter_debug_overlay: ^0.1.0
# Custom Dependencies
flutter_map: ^4.0.0
latlong2: ^0.8.1
geolocator: ^9.0.2
scrollable_positioned_list: ^0.3.1
url_launcher: ^6.1.5
linked_scroll_controller: ^0.2.0
liquid_progress_indicator:
git:
url: https://github.com/wheregmis/liquid_progress_indicator
photo_view: ^0.14.0
avatars: ^3.0.2
community_charts_flutter: ^1.0.1
gauges: ^1.0.0
flutter_keyboard_visibility: ^5.4.0
flutter_slidable: ^3.0.0
action_slider: ^0.6.1
webview_flutter: ^4.0.2
card_loading: ^0.3.0
flutter_treeview: ^1.0.7+1
modal_bottom_sheet: ^3.0.0-pre
qr_flutter: ^4.1.0
screen_brightness: ^0.2.2
#WYSIWYG HTML-Editor
html_editor_enhanced: ^2.5.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter:
uses-material-design: true
assets:
- assets/config/
- assets/images/
- assets/languages/
flutter_native_splash:
# This package generates native code to customize Flutter's default white native splash screen
# with background color and splash image.
# Customize the parameters below, and run the following command in the terminal:
# flutter pub run flutter_native_splash:create
# To restore Flutter's default white splash screen, run the following command in the terminal:
# flutter pub run flutter_native_splash:remove
background_image: assets/images/JVx_Bg.png
image: assets/images/J.png
#branding: assets/images/logo.png
android_12:
# The image parameter sets the splash screen icon image. If this parameter is not specified,
# the app's launcher icon will be used instead.
# Please note that the splash screen will be clipped to a circle on the center of the screen.
# App icon with an icon background: This should be 960×960 pixels, and fit within a circle
# 640 pixels in diameter.
# App icon without an icon background: This should be 1152×1152 pixels, and fit within a circle
# 768 pixels in diameter.
image: assets/images/J.png
# Splash screen background color.
color: "#DADADA"
color_dark: "#353535"
# App icon background color.
icon_background_color: "#E3E3E3"
icon_background_color_dark: "#3b3b3b"
# The branding property allows you to specify an image used as branding in the splash screen.
branding: assets/images/branding_sib_visions.png