Update dependencies

This commit is contained in:
problematicconsumer
2024-02-01 11:45:02 +03:30
parent aea3de58f0
commit 9092fa03f8
8 changed files with 154 additions and 106 deletions

View File

@@ -56,7 +56,7 @@ PODS:
- GTMSessionFetcher/Core (< 3.0, >= 1.1)
- MLImage (= 1.0.0-beta4)
- MLKitCommon (~> 9.0)
- mobile_scanner (3.5.5):
- mobile_scanner (3.5.6):
- Flutter
- GoogleMLKit/BarcodeScanning (~> 4.0.0)
- nanopb (2.30909.1):
@@ -70,28 +70,28 @@ PODS:
- Flutter
- FlutterMacOS
- PromisesObjC (2.3.1)
- protocol_handler (0.0.1):
- protocol_handler_ios (0.0.1):
- Flutter
- Sentry/HybridSDK (8.17.2):
- SentryPrivate (= 8.17.2)
- Sentry/HybridSDK (8.19.0):
- SentryPrivate (= 8.19.0)
- sentry_flutter (0.0.1):
- Flutter
- FlutterMacOS
- Sentry/HybridSDK (= 8.17.2)
- SentryPrivate (8.17.2)
- Sentry/HybridSDK (= 8.19.0)
- SentryPrivate (8.19.0)
- share_plus (0.0.1):
- Flutter
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
- sqlite3 (3.45.0):
- sqlite3/common (= 3.45.0)
- sqlite3/common (3.45.0)
- sqlite3/fts5 (3.45.0):
- sqlite3 (3.45.1):
- sqlite3/common (= 3.45.1)
- sqlite3/common (3.45.1)
- sqlite3/fts5 (3.45.1):
- sqlite3/common
- sqlite3/perf-threadsafe (3.45.0):
- sqlite3/perf-threadsafe (3.45.1):
- sqlite3/common
- sqlite3/rtree (3.45.0):
- sqlite3/rtree (3.45.1):
- sqlite3/common
- sqlite3_flutter_libs (0.0.1):
- Flutter
@@ -111,7 +111,7 @@ DEPENDENCIES:
- mobile_scanner (from `.symlinks/plugins/mobile_scanner/ios`)
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- protocol_handler (from `.symlinks/plugins/protocol_handler/ios`)
- protocol_handler_ios (from `.symlinks/plugins/protocol_handler_ios/ios`)
- sentry_flutter (from `.symlinks/plugins/sentry_flutter/ios`)
- share_plus (from `.symlinks/plugins/share_plus/ios`)
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
@@ -153,8 +153,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/package_info_plus/ios"
path_provider_foundation:
:path: ".symlinks/plugins/path_provider_foundation/darwin"
protocol_handler:
:path: ".symlinks/plugins/protocol_handler/ios"
protocol_handler_ios:
:path: ".symlinks/plugins/protocol_handler_ios/ios"
sentry_flutter:
:path: ".symlinks/plugins/sentry_flutter/ios"
share_plus:
@@ -182,21 +182,21 @@ SPEC CHECKSUMS:
MLKitBarcodeScanning: 04e264482c5f3810cb89ebc134ef6b61e67db505
MLKitCommon: c1b791c3e667091918d91bda4bba69a91011e390
MLKitVision: 8baa5f46ee3352614169b85250574fde38c36f49
mobile_scanner: 202ab6f652e40a9add68b10de4c4fb2a745c4348
mobile_scanner: 38dcd8a49d7d485f632b7de65e4900010187aef2
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
protocol_handler: ae9efcf3b307f3fdffcd9d5252775b9f7d9f0d09
Sentry: 64a9f9c3637af913adcf53deced05bbe452d1410
sentry_flutter: 57912cf425e09398bdf47f38842a1fcb9836f1be
SentryPrivate: 024c6fed507ac39ae98e6d087034160f942920d5
protocol_handler_ios: a5db8abc38526ee326988b808be621e5fd568990
Sentry: 1ebcaef678a27c8ac515f974cb5425dd1bbdec2f
sentry_flutter: ecdfbedee55337205561cfa782ee02d31ec83e1f
SentryPrivate: 765c9b4ebe9ac1a5fcdc067c5a1cfbf3f10e1677
share_plus: c3fef564749587fc939ef86ffb283ceac0baf9f5
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
sqlite3: f307b6291c4db7b5086c38d6237446b98a738581
sqlite3: 73b7fc691fdc43277614250e04d183740cb15078
sqlite3_flutter_libs: aeb4d37509853dfa79d9b59386a2dac5dd079428
url_launcher_ios: bf5ce03e0e2088bad9cc378ea97fa0ed5b49673b
PODFILE CHECKSUM: be4663332fca77601dd6736e3676fe47177084e1
COCOAPODS: 1.14.3
COCOAPODS: 1.15.0

Submodule libcore updated: d5c4ddc4a6...ad764a86b1

View File

@@ -9,7 +9,7 @@ import device_info_plus
import mobile_scanner
import package_info_plus
import path_provider_foundation
import protocol_handler
import protocol_handler_macos
import screen_retriever
import sentry_flutter
import share_plus
@@ -24,7 +24,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ProtocolHandlerPlugin.register(with: registry.registrar(forPlugin: "ProtocolHandlerPlugin"))
ProtocolHandlerMacosPlugin.register(with: registry.registrar(forPlugin: "ProtocolHandlerMacosPlugin"))
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))

View File

@@ -4,37 +4,37 @@ PODS:
- device_info_plus (0.0.1):
- FlutterMacOS
- FlutterMacOS (1.0.0)
- mobile_scanner (3.5.5):
- mobile_scanner (3.5.6):
- FlutterMacOS
- package_info_plus (0.0.1):
- FlutterMacOS
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- protocol_handler (0.0.1):
- protocol_handler_macos (0.0.1):
- FlutterMacOS
- screen_retriever (0.0.1):
- FlutterMacOS
- Sentry/HybridSDK (8.17.2):
- SentryPrivate (= 8.17.2)
- Sentry/HybridSDK (8.19.0):
- SentryPrivate (= 8.19.0)
- sentry_flutter (0.0.1):
- Flutter
- FlutterMacOS
- Sentry/HybridSDK (= 8.17.2)
- SentryPrivate (8.17.2)
- Sentry/HybridSDK (= 8.19.0)
- SentryPrivate (8.19.0)
- share_plus (0.0.1):
- FlutterMacOS
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
- sqlite3 (3.45.0):
- sqlite3/common (= 3.45.0)
- sqlite3/common (3.45.0)
- sqlite3/fts5 (3.45.0):
- sqlite3 (3.45.1):
- sqlite3/common (= 3.45.1)
- sqlite3/common (3.45.1)
- sqlite3/fts5 (3.45.1):
- sqlite3/common
- sqlite3/perf-threadsafe (3.45.0):
- sqlite3/perf-threadsafe (3.45.1):
- sqlite3/common
- sqlite3/rtree (3.45.0):
- sqlite3/rtree (3.45.1):
- sqlite3/common
- sqlite3_flutter_libs (0.0.1):
- FlutterMacOS
@@ -56,7 +56,7 @@ DEPENDENCIES:
- mobile_scanner (from `Flutter/ephemeral/.symlinks/plugins/mobile_scanner/macos`)
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
- protocol_handler (from `Flutter/ephemeral/.symlinks/plugins/protocol_handler/macos`)
- protocol_handler_macos (from `Flutter/ephemeral/.symlinks/plugins/protocol_handler_macos/macos`)
- screen_retriever (from `Flutter/ephemeral/.symlinks/plugins/screen_retriever/macos`)
- sentry_flutter (from `Flutter/ephemeral/.symlinks/plugins/sentry_flutter/macos`)
- share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`)
@@ -85,8 +85,8 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos
path_provider_foundation:
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin
protocol_handler:
:path: Flutter/ephemeral/.symlinks/plugins/protocol_handler/macos
protocol_handler_macos:
:path: Flutter/ephemeral/.symlinks/plugins/protocol_handler_macos/macos
screen_retriever:
:path: Flutter/ephemeral/.symlinks/plugins/screen_retriever/macos
sentry_flutter:
@@ -108,17 +108,17 @@ SPEC CHECKSUMS:
cupertino_http: afa11b9e2786b62da2671e4ddd32caf792503748
device_info_plus: 5401765fde0b8d062a2f8eb65510fb17e77cf07f
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
mobile_scanner: d12930b68bf502497f78b8b5182aeccfaa1e04f6
mobile_scanner: 54ceceae0c8da2457e26a362a6be5c61154b1829
package_info_plus: 02d7a575e80f194102bef286361c6c326e4c29ce
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
protocol_handler: 587e1caf6c0b92ce351ab14081968dae49cb8cc6
protocol_handler_macos: d10a6c01d6373389ffd2278013ab4c47ed6d6daa
screen_retriever: 59634572a57080243dd1bf715e55b6c54f241a38
Sentry: 64a9f9c3637af913adcf53deced05bbe452d1410
sentry_flutter: 57912cf425e09398bdf47f38842a1fcb9836f1be
SentryPrivate: 024c6fed507ac39ae98e6d087034160f942920d5
Sentry: 1ebcaef678a27c8ac515f974cb5425dd1bbdec2f
sentry_flutter: ecdfbedee55337205561cfa782ee02d31ec83e1f
SentryPrivate: 765c9b4ebe9ac1a5fcdc067c5a1cfbf3f10e1677
share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
sqlite3: f307b6291c4db7b5086c38d6237446b98a738581
sqlite3: 73b7fc691fdc43277614250e04d183740cb15078
sqlite3_flutter_libs: 6b9913d8fbb718e5ebf23658aa6934a0fb509c0f
tray_manager: 9064e219c56d75c476e46b9a21182087930baf90
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
@@ -126,4 +126,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: a18d1ba050af210055cfb0cee8d759913f9ff3e3
COCOAPODS: 1.14.3
COCOAPODS: 1.15.0

View File

@@ -261,10 +261,10 @@ packages:
dependency: "direct main"
description:
name: cupertino_http
sha256: b4c900b2bc458965093b60dc9841d3ab43f42e974ce779ef96d8bea56dbd34e0
sha256: "0e3ed481280ad41d42d4881d4b6f89c083c17aa010205c9381ecb4c7ea7bdf1f"
url: "https://pub.dev"
source: hosted
version: "1.2.0"
version: "1.3.0"
cupertino_icons:
dependency: "direct main"
description:
@@ -450,10 +450,10 @@ packages:
dependency: "direct main"
description:
name: flutter_animate
sha256: "2f3535790fff1ad21bca4f16b7435fa4af6a3c4b43e88e273a8683ed4ec26b26"
sha256: "7c8a6594a9252dad30cc2ef16e33270b6248c4dedc3b3d06c86c4f3f4dc05ae5"
url: "https://pub.dev"
source: hosted
version: "4.4.0"
version: "4.5.0"
flutter_displaymode:
dependency: "direct main"
description:
@@ -559,10 +559,10 @@ packages:
dependency: "direct main"
description:
name: flutter_native_splash
sha256: "9cdb5d9665dab5d098dc50feab74301c2c228cd02ca25c9b546ab572cebcd6af"
sha256: "558f10070f03ee71f850a78f7136ab239a67636a294a44a06b6b7345178edb1e"
url: "https://pub.dev"
source: hosted
version: "2.3.9"
version: "2.3.10"
flutter_riverpod:
dependency: transitive
description:
@@ -571,6 +571,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.4.9"
flutter_shaders:
dependency: transitive
description:
name: flutter_shaders
sha256: "02750b545c01ff4d8e9bbe8f27a7731aa3778402506c67daa1de7f5fc3f4befe"
url: "https://pub.dev"
source: hosted
version: "0.1.2"
flutter_svg:
dependency: "direct main"
description:
@@ -649,10 +657,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: "3b40e751eaaa855179b416974d59d29669e750d2e50fcdb2b37f1cb0ca8c803a"
sha256: "07ee2436909f749d606f53521dc1725dd738dc5196e5ff815bc254253c594075"
url: "https://pub.dev"
source: hosted
version: "13.0.1"
version: "13.1.0"
go_router_builder:
dependency: "direct dev"
description:
@@ -689,10 +697,10 @@ packages:
dependency: transitive
description:
name: http
sha256: d4872660c46d929f6b8a9ef4e7a7eff7e49bbf0c4ec3f385ee32df5119175139
sha256: a2bbf9d017fcced29139daa8ed2bba4ece450ab222871df93ca9eec6f80c34ba
url: "https://pub.dev"
source: hosted
version: "1.1.2"
version: "1.2.0"
http_multi_server:
dependency: transitive
description:
@@ -873,10 +881,10 @@ packages:
dependency: "direct main"
description:
name: mobile_scanner
sha256: c3e5bba1cb626b6ab4fc46610f72a136803f6854267967e19f4a4a6a31ff9b74
sha256: "619ed5fd43ca9007a151f00c3dc43feedeaf235fe5647735d0237c38849d49dc"
url: "https://pub.dev"
source: hosted
version: "3.5.5"
version: "4.0.0"
neat_periodic_task:
dependency: "direct main"
description:
@@ -1057,10 +1065,50 @@ packages:
dependency: "direct main"
description:
name: protocol_handler
sha256: fb1882bd6cf767114f46b4708d1794fcd662e0a9b9b4512519adeaff3f931d7d
sha256: dc2e2dcb1e0e313c3f43827ec3fa6d98adee6e17edc0c3923ac67efee87479a9
url: "https://pub.dev"
source: hosted
version: "0.1.6"
version: "0.2.0"
protocol_handler_android:
dependency: transitive
description:
name: protocol_handler_android
sha256: "82eb860ca42149e400328f54b85140329a1766d982e94705b68271f6ca73895c"
url: "https://pub.dev"
source: hosted
version: "0.2.0"
protocol_handler_ios:
dependency: transitive
description:
name: protocol_handler_ios
sha256: "0d3a56b8c1926002cb1e32b46b56874759f4dcc8183d389b670864ac041b6ec2"
url: "https://pub.dev"
source: hosted
version: "0.2.0"
protocol_handler_macos:
dependency: transitive
description:
name: protocol_handler_macos
sha256: "6eb8687a84e7da3afbc5660ce046f29d7ecf7976db45a9dadeae6c87147dd710"
url: "https://pub.dev"
source: hosted
version: "0.2.0"
protocol_handler_platform_interface:
dependency: transitive
description:
name: protocol_handler_platform_interface
sha256: "53776b10526fdc25efdf1abcf68baf57fdfdb75342f4101051db521c9e3f3e5b"
url: "https://pub.dev"
source: hosted
version: "0.2.0"
protocol_handler_windows:
dependency: transitive
description:
name: protocol_handler_windows
sha256: d8f3a58938386aca2c76292757392f4d059d09f11439d6d896d876ebe997f2c4
url: "https://pub.dev"
source: hosted
version: "0.2.0"
pub_semver:
dependency: transitive
description:
@@ -1177,10 +1225,10 @@ packages:
dependency: transitive
description:
name: sentry
sha256: "89e426587b0879e53c46a0aae0eb312696d9d2d803ba14b252a65cc24b1416a2"
sha256: a7946f4a90b0feb47214981d881b98149e05f6c576da9f2a2f33945bf561de25
url: "https://pub.dev"
source: hosted
version: "7.14.0"
version: "7.16.0"
sentry_dart_plugin:
dependency: "direct main"
description:
@@ -1193,18 +1241,18 @@ packages:
dependency: "direct main"
description:
name: sentry_flutter
sha256: fd089ee4e75a927be037c56815a0a54af5a519f52b803a5ffecb589bb36e2401
sha256: "6db7fa1b076faf2f5dd77d8cc9ef206171f32a290cc638842d78e5d62b441a27"
url: "https://pub.dev"
source: hosted
version: "7.14.0"
version: "7.16.0"
share_plus:
dependency: "direct main"
description:
name: share_plus
sha256: f74fc3f1cbd99f39760182e176802f693fa0ec9625c045561cfad54681ea93dd
sha256: "3ef39599b00059db0990ca2e30fca0a29d8b37aae924d60063f8e0184cf20900"
url: "https://pub.dev"
source: hosted
version: "7.2.1"
version: "7.2.2"
share_plus_platform_interface:
dependency: transitive
description:
@@ -1302,26 +1350,26 @@ packages:
dependency: "direct main"
description:
name: slang
sha256: "77fd99f7b0da15e671ef0289b24a0a63e74f693c58a0ca54111388e4c0ddb1dd"
sha256: "95dee03eb3fd1b36c99f365d4eace270a0d83c6148f8e7d1057806ef60cfaf12"
url: "https://pub.dev"
source: hosted
version: "3.28.0"
version: "3.29.0"
slang_build_runner:
dependency: "direct dev"
description:
name: slang_build_runner
sha256: "387a3d569da4490b1fffbf31f203021fbfd34f15228d83e14a0f40bc940966fa"
sha256: "929ea4bf24f11e09afd2b01abd658f550da7eb4039ae83d91bc220f942e18cb3"
url: "https://pub.dev"
source: hosted
version: "3.28.0"
version: "3.29.0"
slang_flutter:
dependency: "direct main"
description:
name: slang_flutter
sha256: "57817bb15553bb5df37aed3bac497286bdd8c2eab6763f4de6815efe2c0becee"
sha256: "34c7cf297c608e24d3957a29e75c6790f4dbbfb1a4783d261a6c1e33ede7ad0f"
url: "https://pub.dev"
source: hosted
version: "3.28.0"
version: "3.29.0"
sliver_tools:
dependency: "direct main"
description:
@@ -1518,18 +1566,18 @@ packages:
dependency: "direct main"
description:
name: upgrader
sha256: d63081e43d1daa1d0e4f8177b56311523985ac77c25519d559040e3c14fb947e
sha256: "0c5fe8101b9d3017aebcb5175b49c382699725ffcf477afbe93fc3351491f6e8"
url: "https://pub.dev"
source: hosted
version: "8.4.0"
version: "9.0.0"
url_launcher:
dependency: "direct main"
description:
name: url_launcher
sha256: d25bb0ca00432a5e1ee40e69c36c85863addf7cc45e433769d61bed3fe81fd96
sha256: c512655380d241a337521703af62d2c122bf7b77a46ff7dd750092aa9433499c
url: "https://pub.dev"
source: hosted
version: "6.2.3"
version: "6.2.4"
url_launcher_android:
dependency: transitive
description:
@@ -1598,10 +1646,10 @@ packages:
dependency: "direct main"
description:
name: vclibs
sha256: fd57183a8a01b2767f41f79dfffafb3baf09baee7c9a3ae6ff0ac6abec499451
sha256: "9bef026bc981df26cc8d248003c7d1215232a65f958b1d193b76f501aef93db7"
url: "https://pub.dev"
source: hosted
version: "0.1.0"
version: "0.1.1"
vector_graphics:
dependency: transitive
description:
@@ -1686,18 +1734,18 @@ packages:
dependency: "direct main"
description:
name: window_manager
sha256: dcc865277f26a7dad263a47d0e405d77e21f12cb71f30333a52710a408690bd7
sha256: b3c895bdf936c77b83c5254bec2e6b3f066710c1f89c38b20b8acc382b525494
url: "https://pub.dev"
source: hosted
version: "0.3.7"
version: "0.3.8"
wolt_modal_sheet:
dependency: "direct main"
description:
name: wolt_modal_sheet
sha256: "5dcf57ac13bf2614a38ea3e51ed9ca1883bc2368d0e19b8c0cd53bb1467ffeea"
sha256: "9d5d3d3e0c13118fd81fc98704b90ceabf14881ae0ffd7326d42e4bc25ef3838"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
version: "0.4.0"
xdg_directories:
dependency: transitive
description:

View File

@@ -13,8 +13,8 @@ dependencies:
flutter_localizations:
sdk: flutter
intl: ^0.18.1
slang: ^3.28.0
slang_flutter: ^3.28.0
slang: ^3.29.0
slang_flutter: ^3.29.0
fpdart: ^1.1.0
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
@@ -28,17 +28,17 @@ dependencies:
dio: ^5.4.0
ffi: ^2.1.0
path_provider: ^2.1.1
mobile_scanner: 3.5.5
protocol_handler: ^0.1.6
flutter_native_splash: ^2.3.9
share_plus: ^7.2.1
window_manager: ^0.3.7
mobile_scanner: 4.0.0
protocol_handler: ^0.2.0
flutter_native_splash: ^2.3.10
share_plus: ^7.2.2
window_manager: ^0.3.8
tray_manager: ^0.2.1
package_info_plus: ^5.0.1
url_launcher: ^6.2.2
vclibs: ^0.1.0
url_launcher: ^6.2.4
vclibs: ^0.1.1
launch_at_startup: ^0.2.2
sentry_flutter: ^7.14.0
sentry_flutter: ^7.16.0
sentry_dart_plugin: ^1.6.3
combine: ^0.5.6
path: ^1.8.3
@@ -51,16 +51,16 @@ dependencies:
accessibility_tools: ^1.0.1
neat_periodic_task: ^2.0.1
watcher: ^1.1.0
go_router: ^13.0.1
go_router: ^13.1.0
flex_color_scheme: ^7.3.1
flutter_animate: ^4.4.0
flutter_animate: ^4.5.0
flutter_svg: ^2.0.9
gap: ^3.0.1
percent_indicator: ^4.2.3
sliver_tools: ^0.2.12
flutter_adaptive_scaffold: ^0.1.7+2
humanizer: ^2.2.0
upgrader: ^8.4.0
upgrader: ^9.0.0
toastification: ^1.2.0
version: ^3.0.2
posix: ^6.0.1
@@ -69,8 +69,8 @@ dependencies:
flutter_displaymode: ^0.6.0
flutter_loggy_dio: ^3.0.1
dio_smart_retry: ^6.0.0
cupertino_http: ^1.2.0
wolt_modal_sheet: ^0.3.0
cupertino_http: ^1.3.0
wolt_modal_sheet: ^0.4.0
dev_dependencies:
flutter_test:
@@ -82,7 +82,7 @@ dev_dependencies:
riverpod_generator: ^2.3.9
drift_dev: ^2.15.0
ffigen: ^8.0.2
slang_build_runner: ^3.28.0
slang_build_runner: ^3.29.0
flutter_gen_runner: ^5.4.0
go_router_builder: ^2.4.1
icons_launcher: ^2.1.7

View File

@@ -6,19 +6,19 @@
#include "generated_plugin_registrant.h"
#include <protocol_handler/protocol_handler_plugin.h>
#include <protocol_handler_windows/protocol_handler_windows_plugin_c_api.h>
#include <screen_retriever/screen_retriever_plugin.h>
#include <sentry_flutter/sentry_flutter_plugin.h>
#include <share_plus/share_plus_windows_plugin_c_api.h>
#include <sqlite3_flutter_libs/sqlite3_flutter_libs_plugin.h>
#include <tray_manager/tray_manager_plugin.h>
#include <url_launcher_windows/url_launcher_windows.h>
#include <vclibs/vclibs_plugin.h>
#include <vclibs/vclibs_plugin_c_api.h>
#include <window_manager/window_manager_plugin.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
ProtocolHandlerPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("ProtocolHandlerPlugin"));
ProtocolHandlerWindowsPluginCApiRegisterWithRegistrar(
registry->GetRegistrarForPlugin("ProtocolHandlerWindowsPluginCApi"));
ScreenRetrieverPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("ScreenRetrieverPlugin"));
SentryFlutterPluginRegisterWithRegistrar(
@@ -31,8 +31,8 @@ void RegisterPlugins(flutter::PluginRegistry* registry) {
registry->GetRegistrarForPlugin("TrayManagerPlugin"));
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
VclibsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("VclibsPlugin"));
VclibsPluginCApiRegisterWithRegistrar(
registry->GetRegistrarForPlugin("VclibsPluginCApi"));
WindowManagerPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("WindowManagerPlugin"));
}

View File

@@ -3,7 +3,7 @@
#
list(APPEND FLUTTER_PLUGIN_LIST
protocol_handler
protocol_handler_windows
screen_retriever
sentry_flutter
share_plus