From 0e64696c2013c6245dbc27d58d20babbc2f3e70f Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 11 Sep 2023 17:03:56 -0600 Subject: [PATCH] possible "fix" for android 13 not being able to load swb files --- pubspec.lock | 23 ++++++++++++----------- pubspec.yaml | 10 ++++++++-- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c01aca249..f24f7916a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -557,11 +557,12 @@ packages: file_picker: dependency: "direct main" description: - name: file_picker - sha256: b1729fc96627dd44012d0a901558177418818d6bd428df59dcfeb594e5f66432 - url: "https://pub.dev" - source: hosted - version: "5.3.2" + path: "." + ref: f0930d9fa79d347b2a0e25a7de4f5a4a88a9a907 + resolved-ref: f0930d9fa79d347b2a0e25a7de4f5a4a88a9a907 + url: "https://github.com/muttsu-623/flutter_file_picker.git" + source: git + version: "5.3.3" fixnum: dependency: transitive description: @@ -1209,18 +1210,18 @@ packages: dependency: "direct main" description: name: permission_handler - sha256: "63e5216aae014a72fe9579ccd027323395ce7a98271d9defa9d57320d001af81" + sha256: ad65ba9af42a3d067203641de3fd9f547ded1410bad3b84400c2b4899faede70 url: "https://pub.dev" source: hosted - version: "10.4.3" + version: "11.0.0" permission_handler_android: dependency: transitive description: name: permission_handler_android - sha256: "2ffaf52a21f64ac9b35fe7369bb9533edbd4f698e5604db8645b1064ff4cf221" + sha256: "6901d50f4d4b9a27e1749dbd4adbf06aa00d90a21a2db563405d5ce27ee120ac" url: "https://pub.dev" source: hosted - version: "10.3.3" + version: "11.0.0" permission_handler_apple: dependency: transitive description: @@ -1233,10 +1234,10 @@ packages: dependency: transitive description: name: permission_handler_platform_interface - sha256: "7c6b1500385dd1d2ca61bb89e2488ca178e274a69144d26bbd65e33eae7c02a9" + sha256: f2343e9fa9c22ae4fd92d4732755bfe452214e7189afcc097380950cf567b4b2 url: "https://pub.dev" source: hosted - version: "3.11.3" + version: "3.11.5" permission_handler_windows: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index fece8ca4b..e692f0cfc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -60,7 +60,7 @@ dependencies: # Utility plugins http: ^0.13.0 local_auth: ^1.1.10 - permission_handler: ^10.0.0 + permission_handler: ^11.0.0 flutter_local_notifications: ^9.4.0 rxdart: ^0.27.3 zxcvbn: ^1.0.0 @@ -123,7 +123,7 @@ dependencies: pointycastle: ^3.6.0 package_info_plus: ^4.0.2 lottie: ^2.3.2 - file_picker: ^5.3.1 + file_picker: ^5.5.0 connectivity_plus: ^4.0.1 isar: 3.0.5 isar_flutter_libs: 3.0.5 # contains the binaries @@ -200,6 +200,12 @@ dependency_overrides: url: https://github.com/cypherstack/stack-bip39.git ref: 0cd6d54e2860bea68fc50c801cb9db2a760192fb + + file_picker: + git: + url: https://github.com/muttsu-623/flutter_file_picker.git + ref: f0930d9fa79d347b2a0e25a7de4f5a4a88a9a907 + crypto: 3.0.2 analyzer: ^5.2.0 pinenacl: ^0.3.3