forked from invoiceninja/admin-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
126 lines (116 loc) · 3 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
name: invoiceninja_flutter
description: Client for Invoice Ninja
version: 5.0.91+91
homepage: https://invoiceninja.com
documentation: https://invoiceninja.github.io
publish_to: none
environment:
sdk: ">=2.9.0 <3.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.0.7
in_app_review: ^2.0.4
in_app_purchase: ^3.0.6
flutter_redux: ^0.8.2
redux_logging: ^0.5.0
http: ^0.13.3
path_provider: ^2.0.2
shared_preferences: ^2.0.6
material_design_icons_flutter: ^5.0.6295
built_value: ^8.1.2
built_collection: ^5.1.0
memoize: ^3.0.0
cached_network_image: 3.0.0 # imageRenderMethodForWeb: ImageRenderMethodForWeb.HttpGet,
url_launcher: ^6.0.20
share: ^2.0.4
intl: ^0.17.0
flutter_slidable: ^1.1.0
charts_flutter: ^0.12.0
#qr_flutter: ^4.0.0
qr_flutter: # https://github.com/theyakka/qr.flutter/issues/174#issuecomment-1084235757
git:
url: https://github.com/theyakka/qr.flutter.git
local_auth: ^1.1.6
sentry_flutter: ^6.5.1
image_picker: ^0.8.3+1
flutter_colorpicker: ^1.0.3
flutter_json_viewer: ^1.0.1
webview_flutter: ^3.0.4
timeago: ^3.1.0
package_info: ^2.0.2
rounded_loading_button: ^2.0.5
version: ^2.0.0
flutter_launcher_icons: ^0.9.1
overflow_view: ^0.3.1
flutter_styled_toast: ^2.0.0
permission_handler: ^9.2.0
file_picker: ^4.2.3
boardview: ^0.2.2
pointer_interceptor: ^0.9.0
contacts_service: ^0.6.1
diacritic: ^0.1.3
states_rebuilder: ^5.2.0
#super_editor: ^0.2.0
markdown: ^5.0.0 # REMOVE THIS
super_editor:
git:
url: https://github.com/superlistapp/super_editor.git
path: super_editor
ref: typing-fade-prototype
html2md: ^1.2.5
printing: ^5.8.0
image_cropper: ^2.0.2
msal_js: ^2.14.0
sign_in_with_apple: ^4.0.0
window_manager: ^0.2.5
bitsdojo_window: ^0.1.2
intl_phone_field: ^3.1.0
pinput: ^2.2.11
# quick_actions: ^0.2.1
# idb_shim: ^1.11.1+1
dependency_overrides:
photo_view:
git:
url: https://github.com/bluefireteam/photo_view
ref: master
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