Merge pull request #2829 from krille-chan/dependabot/pub/file_picker-11.0.2

build: (deps): bump file_picker from 10.3.10 to 11.0.2
This commit is contained in:
Krille-chan 2026-04-11 17:57:38 +09:00 committed by GitHub
commit 03dd397052
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ Future<List<XFile>> selectFiles(
final result = await AppLock.of(context).pauseWhile(
showFutureLoadingDialog(
context: context,
future: () => FilePicker.platform.pickFiles(
future: () => FilePicker.pickFiles(
compressionQuality: 0,
allowMultiple: allowMultiple,
type: type,

View file

@ -9,7 +9,7 @@ extension MatrixFileExtension on MatrixFile {
Future<void> save(BuildContext context) async {
final scaffoldMessenger = ScaffoldMessenger.of(context);
final l10n = L10n.of(context);
final downloadPath = await FilePicker.platform.saveFile(
final downloadPath = await FilePicker.saveFile(
dialogTitle: l10n.saveFile,
fileName: name,
type: filePickerFileType,

View file

@ -381,10 +381,10 @@ packages:
dependency: "direct main"
description:
name: file_picker
sha256: "57d9a1dd5063f85fa3107fb42d1faffda52fdc948cefd5fe5ea85267a5fc7343"
sha256: f13a03000d942e476bc1ff0a736d2e9de711d2f89a95cd4c1d88f861c3348387
url: "https://pub.dev"
source: hosted
version: "10.3.10"
version: "11.0.2"
file_selector:
dependency: "direct main"
description:

View file

@ -22,7 +22,7 @@ dependencies:
device_info_plus: ^12.3.0
dynamic_color: ^1.8.1
emoji_picker_flutter: ^4.4.0
file_picker: ^10.3.10
file_picker: ^11.0.2
file_selector: ^1.1.0
flutter:
sdk: flutter