From 452df30aa3814118e43833b81f8ce97bf741defc Mon Sep 17 00:00:00 2001 From: MrCsabaToth Date: Mon, 16 Dec 2024 12:29:39 -0800 Subject: [PATCH] Newest 8.1.6 version of file_picker fixes #67 by fixing https://github.com/miguelpruivo/flutter_file_picker/issues/1643 via https://github.com/miguelpruivo/flutter_file_picker/pull/1644 --- pubspec.lock | 9 ++++----- pubspec.yaml | 5 +---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 5116894..afb0c16 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -369,11 +369,10 @@ packages: file_picker: dependency: "direct main" description: - path: "." - ref: "fix-flutter-3.27-compile-error" - resolved-ref: "3b299bb0cf7f553a150f9074168e9a53155d2a51" - url: "https://github.com/abdelaziz-mahdy/flutter_file_picker" - source: git + name: file_picker + sha256: c2376a6aae82358a9f9ccdd7d1f4006d08faa39a2767cce01031d9f593a8bd3b + url: "https://pub.dev" + source: hosted version: "8.1.6" file_selector: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 8c15439..9fa3fb7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,10 +20,7 @@ dependencies: country_flags: ^3.1.0 dart_helper_utils: ^3.3.0 daylight: ^3.1.0 - file_picker: - git: - url: https://github.com/abdelaziz-mahdy/flutter_file_picker - ref: fix-flutter-3.27-compile-error + file_picker: ^8.1.6 firebase_app_check: ^0.3.1+7 firebase_auth: ^5.3.4 firebase_core: ^3.8.1