diff --git a/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift index 8eb2b9169..7e153e857 100644 --- a/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/macos/Flutter/GeneratedPluginRegistrant.swift @@ -6,22 +6,26 @@ import FlutterMacOS import Foundation import audioplayers -import file_chooser +import file_selector_macos import firebase_core import flutter_local_notifications import package_info +import package_info_plus_macos import path_provider_macos +import share_plus_macos import shared_preferences_macos import sqflite import url_launcher_macos func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { AudioplayersPlugin.register(with: registry.registrar(forPlugin: "AudioplayersPlugin")) - FileChooserPlugin.register(with: registry.registrar(forPlugin: "FileChooserPlugin")) + FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin")) FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin")) FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin")) FLTPackageInfoPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlugin")) + FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin")) PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) + SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin")) SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin")) SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin")) UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) diff --git a/pubspec.lock b/pubspec.lock index a90bcb148..65ffad7f2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -14,7 +14,7 @@ packages: name: adaptive_dialog url: "https://pub.dartlang.org" source: hosted - version: "0.10.0+5" + version: "1.0.0" adaptive_theme: dependency: "direct main" description: @@ -148,6 +148,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.2" + cross_file: + dependency: transitive + description: + name: cross_file + url: "https://pub.dartlang.org" + source: hosted + version: "0.3.1+1" crypto: dependency: transitive description: @@ -182,21 +189,21 @@ packages: name: dbus url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.5.2" desktop_notifications: dependency: "direct main" description: name: desktop_notifications url: "https://pub.dartlang.org" source: hosted - version: "0.4.0" - disk_space_ns: + version: "0.5.0" + disk_space: dependency: transitive description: - name: disk_space_ns + name: disk_space url: "https://pub.dartlang.org" source: hosted - version: "0.1.0" + version: "0.1.1" email_validator: dependency: "direct main" description: @@ -210,7 +217,7 @@ packages: name: emoji_picker_flutter url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "1.0.6" fake_async: dependency: transitive description: @@ -241,27 +248,62 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "6.1.0" - file_chooser: - dependency: transitive - description: - name: file_chooser - url: "https://pub.dartlang.org" - source: hosted - version: "0.1.6" file_picker: dependency: transitive description: name: file_picker url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.0.2+2" file_picker_cross: dependency: "direct main" description: name: file_picker_cross url: "https://pub.dartlang.org" source: hosted - version: "4.3.2" + version: "4.4.2" + file_selector: + dependency: transitive + description: + name: file_selector + url: "https://pub.dartlang.org" + source: hosted + version: "0.8.2" + file_selector_linux: + dependency: transitive + description: + name: file_selector_linux + url: "https://pub.dartlang.org" + source: hosted + version: "0.0.2" + file_selector_macos: + dependency: transitive + description: + name: file_selector_macos + url: "https://pub.dartlang.org" + source: hosted + version: "0.0.4" + file_selector_platform_interface: + dependency: transitive + description: + name: file_selector_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.2" + file_selector_web: + dependency: transitive + description: + name: file_selector_web + url: "https://pub.dartlang.org" + source: hosted + version: "0.8.1" + file_selector_windows: + dependency: transitive + description: + name: file_selector_windows + url: "https://pub.dartlang.org" + source: hosted + version: "0.0.2" firebase_core: dependency: transitive description: @@ -362,7 +404,7 @@ packages: name: flutter_math_fork url: "https://pub.dartlang.org" source: hosted - version: "0.3.0+2" + version: "0.3.3+1" flutter_matrix_html: dependency: "direct main" description: @@ -411,7 +453,7 @@ packages: name: flutter_svg url: "https://pub.dartlang.org" source: hosted - version: "0.21.0+1" + version: "0.22.0" flutter_test: dependency: "direct dev" description: flutter @@ -423,7 +465,7 @@ packages: name: flutter_typeahead url: "https://pub.dartlang.org" source: hosted - version: "3.1.1" + version: "3.1.3" flutter_web_plugins: dependency: transitive description: flutter @@ -435,7 +477,7 @@ packages: name: future_loading_dialog url: "https://pub.dartlang.org" source: hosted - version: "0.1.2" + version: "0.2.1" glob: dependency: transitive description: @@ -484,7 +526,7 @@ packages: name: http url: "https://pub.dartlang.org" source: hosted - version: "0.13.1" + version: "0.13.3" http_multi_server: dependency: transitive description: @@ -512,7 +554,7 @@ packages: name: image_picker url: "https://pub.dartlang.org" source: hosted - version: "0.7.4" + version: "0.8.0+3" image_picker_for_web: dependency: transitive description: @@ -682,7 +724,7 @@ packages: name: open_file url: "https://pub.dartlang.org" source: hosted - version: "3.2.0" + version: "3.2.1" open_noti_settings: dependency: "direct main" description: @@ -703,7 +745,49 @@ packages: name: package_info url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.0.2" + package_info_plus: + dependency: transitive + description: + name: package_info_plus + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.3" + package_info_plus_linux: + dependency: transitive + description: + name: package_info_plus_linux + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.2" + package_info_plus_macos: + dependency: transitive + description: + name: package_info_plus_macos + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.1" + package_info_plus_platform_interface: + dependency: transitive + description: + name: package_info_plus_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1" + package_info_plus_web: + dependency: transitive + description: + name: package_info_plus_web + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.2" + package_info_plus_windows: + dependency: transitive + description: + name: package_info_plus_windows + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.2" path: dependency: transitive description: @@ -731,7 +815,7 @@ packages: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.2" path_provider_linux: dependency: transitive description: @@ -773,21 +857,21 @@ packages: name: pedantic url: "https://pub.dartlang.org" source: hosted - version: "1.11.0" + version: "1.11.1" permission_handler: dependency: "direct main" description: name: permission_handler url: "https://pub.dartlang.org" source: hosted - version: "6.1.3" + version: "8.1.1" permission_handler_platform_interface: dependency: transitive description: name: permission_handler_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "3.2.0" + version: "3.6.0" petitparser: dependency: transitive description: @@ -892,14 +976,56 @@ packages: name: sentry url: "https://pub.dartlang.org" source: hosted - version: "5.0.0" + version: "5.1.0" share: dependency: "direct main" description: name: share url: "https://pub.dartlang.org" source: hosted + version: "2.0.4" + share_plus: + dependency: transitive + description: + name: share_plus + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.4" + share_plus_linux: + dependency: transitive + description: + name: share_plus_linux + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.3" + share_plus_macos: + dependency: transitive + description: + name: share_plus_macos + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.2" + share_plus_platform_interface: + dependency: transitive + description: + name: share_plus_platform_interface + url: "https://pub.dartlang.org" + source: hosted version: "2.0.1" + share_plus_web: + dependency: transitive + description: + name: share_plus_web + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.4" + share_plus_windows: + dependency: transitive + description: + name: share_plus_windows + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.3" shared_preferences: dependency: transitive description: @@ -1093,7 +1219,7 @@ packages: name: tuple url: "https://pub.dartlang.org" source: hosted - version: "2.0.0-nullsafety.0" + version: "2.0.0" typed_data: dependency: transitive description: @@ -1156,7 +1282,7 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.0.3" + version: "6.0.6" url_launcher_linux: dependency: transitive description: @@ -1177,7 +1303,7 @@ packages: name: url_launcher_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.3" url_launcher_web: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 52ea876a6..56644b625 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,20 +7,20 @@ environment: sdk: ">=2.6.0 <3.0.0" dependencies: - adaptive_dialog: ^0.10.0+5 + adaptive_dialog: ^1.0.0 adaptive_theme: ^2.2.0 android_path_provider: ^0.2.1 audioplayers: ^0.19.0 cached_network_image: ^3.0.0 cupertino_icons: any - desktop_notifications: ^0.4.0 + desktop_notifications: ^0.5.0 email_validator: ^2.0.1 - emoji_picker_flutter: ^1.0.5 + emoji_picker_flutter: ^1.0.6 fcm_shared_isolate: git: url: https://gitlab.com/famedly/libraries/fcm_shared_isolate.git ref: main - file_picker_cross: ^4.3.2 + file_picker_cross: ^4.4.2 flutter: sdk: flutter flutter_app_lock: ^1.5.0 @@ -34,46 +34,46 @@ dependencies: flutter_openssl_crypto: ^0.0.1 flutter_secure_storage: 3.3.5 # Do not upgrade or this will break Linux builds! flutter_slidable: ^0.6.0 - flutter_svg: ^0.21.0+1 - flutter_typeahead: ^3.1.1 - future_loading_dialog: ^0.1.2 + flutter_svg: ^0.22.0 + flutter_typeahead: ^3.1.3 + future_loading_dialog: ^0.2.1 hive_flutter: ^1.0.0 - image_picker: ^0.7.4 + image_picker: ^0.8.0+3 intl: any localstorage: ^4.0.0+1 matrix: ^0.1.1 mime_type: ^1.0.0 - moor: ^4.2.1 + moor: 4.2.1 native_imaging: git: url: https://gitlab.com/famedly/libraries/native_imaging.git ref: master - open_file: ^3.2.0 + open_file: ^3.2.1 open_noti_settings: ^0.1.0 - package_info: ^2.0.0 - path_provider: ^2.0.1 - permission_handler: ^6.1.3 + package_info: ^2.0.2 + path_provider: ^2.0.2 + permission_handler: ^8.1.1 pin_code_text_field: ^1.8.0 provider: ^5.0.0 receive_sharing_intent: ^1.4.5 record: ^2.1.1 scroll_to_index: ^2.0.0 - sentry: ^5.0.0 - share: ^2.0.1 + sentry: ^5.1.0 + share: ^2.0.4 sqflite: ^2.0.0+3 # Still used to obtain the database location - sqlite3: ^1.0.0 + sqlite3: 1.0.0 swipe_to_action: ^0.1.0 uni_links: ^0.5.1 unifiedpush: ^1.0.2 universal_html: ^2.0.8 - url_launcher: ^6.0.3 + url_launcher: ^6.0.6 vrouter: ^1.1.4+15 dev_dependencies: dapackages: ^1.6.0 flutter_test: sdk: flutter - pedantic: ^1.11.0 + pedantic: ^1.11.1 flutter: generate: true