Update FOSS pubspec
This commit is contained in:
parent
4c481c3240
commit
a09222c0d2
|
|
@ -6,7 +6,7 @@ documentation: https://invoiceninja.github.io
|
|||
publish_to: none
|
||||
|
||||
environment:
|
||||
sdk: ">=2.9.0 <3.0.0"
|
||||
sdk: '>=3.1.0 <4.0.0'
|
||||
|
||||
flutter_icons:
|
||||
android: true
|
||||
|
|
@ -29,26 +29,26 @@ dependencies:
|
|||
http: ^0.13.3
|
||||
path_provider: ^2.0.2
|
||||
shared_preferences: ^2.0.6
|
||||
material_design_icons_flutter: ^6.0.7096
|
||||
material_design_icons_flutter: ^7.0.7296
|
||||
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_plus: ^6.3.1
|
||||
intl: ^0.17.0
|
||||
flutter_slidable: ^2.0.0
|
||||
share_plus: ^7.1.0
|
||||
intl: 0.17.0
|
||||
flutter_slidable: ^3.0.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: ^2.1.5
|
||||
sentry_flutter: ^6.20.1
|
||||
image_picker: ^0.8.6+3
|
||||
sentry_flutter: ^7.10.1
|
||||
image_picker: ^1.0.4
|
||||
flutter_colorpicker: ^1.0.3
|
||||
flutter_json_viewer: ^1.0.1
|
||||
webview_flutter: ^3.0.4
|
||||
webview_flutter: ^4.4.1
|
||||
timeago: ^3.1.0
|
||||
package_info: ^2.0.2
|
||||
rounded_loading_button: ^2.1.0
|
||||
|
|
@ -56,33 +56,43 @@ dependencies:
|
|||
# flutter_launcher_icons: ^0.9.1
|
||||
overflow_view: ^0.3.1
|
||||
flutter_styled_toast: ^2.0.0
|
||||
permission_handler: 9.1.0 # Disables Windows support to fix crash
|
||||
permission_handler: ^11.0.1 # Disables Windows support to fix crash
|
||||
file_picker: ^5.2.5
|
||||
boardview: ^0.2.2
|
||||
#boardview: ^0.2.2
|
||||
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
|
||||
# super_editor: ^0.2.2
|
||||
markdown: ^5.0.0 # REMOVE THIS
|
||||
super_editor:
|
||||
git:
|
||||
url: https://github.com/superlistapp/super_editor.git
|
||||
path: super_editor
|
||||
super_editor: ^0.2.6
|
||||
super_editor_markdown: ^0.1.5
|
||||
#markdown: ^5.0.0 # REMOVE THIS
|
||||
#super_editor:
|
||||
# git:
|
||||
# url: https://github.com/superlistapp/super_editor.git
|
||||
# path: super_editor
|
||||
html2md: ^1.2.6
|
||||
printing: ^5.10.1
|
||||
image_cropper: ^3.0.1
|
||||
printing: ^5.11.0
|
||||
image_cropper: ^4.0.1
|
||||
msal_js: ^2.14.0
|
||||
sign_in_with_apple: ^4.3.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.6.2
|
||||
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
|
||||
|
||||
dependency_overrides:
|
||||
intl: any
|
||||
navigation_builder: ^0.0.3
|
||||
states_rebuilder: ^6.3.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_driver:
|
||||
|
|
|
|||
Loading…
Reference in New Issue