0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-21 00:52:43 -05:00

fix(deps): update dependency connectivity_plus to v6 (#13115)

* fix(deps): update dependency connectivity_plus to v6

* update api

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
renovate[bot] 2024-10-03 03:57:50 +00:00 committed by GitHub
parent 432bcbbd1a
commit 0454863c1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -35,7 +35,7 @@ class BackupVerification extends _$BackupVerification {
return; return;
} }
final connection = await Connectivity().checkConnectivity(); final connection = await Connectivity().checkConnectivity();
if (connection != ConnectivityResult.wifi) { if (connection.contains(ConnectivityResult.wifi)) {
if (context.mounted) { if (context.mounted) {
ImmichToast.show( ImmichToast.show(
context: context, context: context,

View file

@ -266,18 +266,18 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: connectivity_plus name: connectivity_plus
sha256: "224a77051d52a11fbad53dd57827594d3bd24f945af28bd70bab376d68d437f0" sha256: "2056db5241f96cdc0126bd94459fc4cdc13876753768fc7a31c425e50a7177d0"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "5.0.2" version: "6.0.5"
connectivity_plus_platform_interface: connectivity_plus_platform_interface:
dependency: transitive dependency: transitive
description: description:
name: connectivity_plus_platform_interface name: connectivity_plus_platform_interface
sha256: cf1d1c28f4416f8c654d7dc3cd638ec586076255d407cef3ddbdaf178272a71a sha256: "42657c1715d48b167930d5f34d00222ac100475f73d10162ddf43e714932f204"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.2.4" version: "2.0.1"
convert: convert:
dependency: transitive dependency: transitive
description: description:

View file

@ -48,7 +48,7 @@ dependencies:
isar_flutter_libs: ^3.1.0+1 isar_flutter_libs: ^3.1.0+1
permission_handler: ^11.2.0 permission_handler: ^11.2.0
device_info_plus: ^10.0.0 device_info_plus: ^10.0.0
connectivity_plus: ^5.0.2 connectivity_plus: ^6.0.0
wakelock_plus: ^1.1.4 wakelock_plus: ^1.1.4
flutter_local_notifications: ^17.2.1+2 flutter_local_notifications: ^17.2.1+2
timezone: ^0.9.2 timezone: ^0.9.2