forked from invoiceninja/admin-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
151 lines (141 loc) · 3.93 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
name: invoiceninja_flutter
description: Client for Invoice Ninja
version: 5.0.168+168
homepage: https://invoiceninja.com
documentation: https://invoiceninja.github.io
publish_to: none
environment:
sdk: '>=3.1.0 <4.0.0'
flutter_icons:
android: true
ios: true
image_path: "assets/images/mobile_icon.png"
adaptive_icon_foreground: "assets/images/mobile_icon.png"
adaptive_icon_background: "#0091EA"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
google_sign_in: 5.4.4 #https://pub.dev/packages/google_sign_in_web
in_app_review: ^2.0.4
in_app_purchase: ^3.1.1
pinput: ^3.0.1
flutter_redux: ^0.10.0
redux_logging: ^0.5.0
http: ^0.13.3
path_provider: ^2.0.2
shared_preferences: ^2.0.6
material_design_icons_flutter: ^7.0.7296
built_value: ^8.1.2
built_collection: ^5.1.0
memoize: ^3.0.0
url_launcher: ^6.0.20
share_plus: ^7.1.0
intl: 0.17.0
flutter_slidable: ^3.0.0
charts_flutter: ^0.12.0
qr_flutter: # https://github.com/theyakka/qr.flutter/issues/174#issuecomment-1084235757
git:
url: https://github.com/theyakka/qr.flutter.git
local_auth: ^2.1.5
sentry_flutter: ^7.15.0
image_picker: ^1.0.4
flutter_colorpicker: ^1.0.3
flutter_json_viewer: ^1.0.1
webview_flutter: ^4.4.1
timeago: ^3.1.0
package_info: ^2.0.2
#rounded_loading_button: ^2.1.0
rounded_loading_button: #https://github.com/chrisedg87/flutter_rounded_loading_button/issues/73
git:
url: https://github.com/scopendo/flutter_rounded_loading_button.git
ref: master
version: ^3.0.2
# flutter_launcher_icons: ^0.9.1
overflow_view: ^0.3.1
flutter_styled_toast: ^2.0.0
permission_handler: ^11.0.1 # Disables Windows support to fix crash
file_picker: ^5.2.5
boardview:
git:
url: https://github.com/BenPoell/FlutterBoardView.git
pointer_interceptor: ^0.9.0
contacts_service: ^0.6.3
diacritic: ^0.1.3
states_rebuilder: ^6.2.0
html2md: ^1.2.6
printing: ^5.11.0
image_cropper: ^4.0.1
msal_js: ^2.14.0
sign_in_with_apple: ^5.0.0
window_manager: ^0.3.0
# bitsdojo_window: ^0.1.5
intl_phone_field: ^3.1.0
flutter_staggered_grid_view: ^0.7.0
desktop_drop: ^0.4.1
widget_kit_plugin: ^0.1.1
pinch_zoom: ^1.0.0
# quick_actions: ^0.2.1
# idb_shim: ^1.11.1+1
collection: ^1.15.0-nullsafety.4
filesystem_picker: ^4.0.0
device_info_plus: ^9.1.0
ios_open_subscriptions_settings: ^0.0.4
pendo_sdk: ^3.4.0
dependency_overrides:
intl: any
navigation_builder: ^0.0.3
states_rebuilder: ^6.3.0
super_editor:
git:
url: https://github.com/superlistapp/super_editor
path: super_editor
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
super_editor_markdown:
git:
url: https://github.com/superlistapp/super_editor
path: super_editor_markdown
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
super_text_layout:
git:
url: https://github.com/superlistapp/super_editor
path: super_text_layout
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
attributed_text:
git:
url: https://github.com/superlistapp/super_editor
path: attributed_text
ref: c75f59a7aca9139bb6b38001c705ac430d5d2946
dev_dependencies:
flutter_driver:
sdk: flutter
test: ^1.6.3
flutter_test:
sdk: flutter
build_runner: ^2.1.0
built_value_generator: ^8.1.1
faker: ^2.0.0
msix: ^3.5.1
import_sorter: ^4.6.0
flutter:
uses-material-design: true
assets:
- assets/images/icon.png
- assets/images/logo_light.png
- assets/images/logo_dark.png
- assets/images/google_logo.png
- assets/images/payment_types/
fonts:
- family: Roboto
fonts:
- asset: assets/google_fonts/Roboto-Regular.ttf
msix_config:
display_name: Invoice Ninja
publisher_display_name: Invoice Ninja
identity_name: InvoiceNinja.InvoiceNinja
publisher: CN=2B7AA393-06A0-46F5-AF85-1917142440C3
architecture: x64
capabilities: 'internetClient'
store: true
logo_path: assets/images/icon.png