build: (deps): bump file_picker from 10.3.10 to 11.0.2
Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 10.3.10 to 11.0.2. - [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases) - [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md) - [Commits](https://github.com/miguelpruivo/flutter_file_picker/compare/v10.3.10...v11.0.2) --- updated-dependencies: - dependency-name: file_picker dependency-version: 11.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9cdf503e9e
commit
e994f61baa
4 changed files with 5 additions and 5 deletions
|
|
@ -13,7 +13,7 @@ Future<List<XFile>> selectFiles(
|
||||||
final result = await AppLock.of(context).pauseWhile(
|
final result = await AppLock.of(context).pauseWhile(
|
||||||
showFutureLoadingDialog(
|
showFutureLoadingDialog(
|
||||||
context: context,
|
context: context,
|
||||||
future: () => FilePicker.platform.pickFiles(
|
future: () => FilePicker.pickFiles(
|
||||||
compressionQuality: 0,
|
compressionQuality: 0,
|
||||||
allowMultiple: allowMultiple,
|
allowMultiple: allowMultiple,
|
||||||
type: type,
|
type: type,
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ extension MatrixFileExtension on MatrixFile {
|
||||||
Future<void> save(BuildContext context) async {
|
Future<void> save(BuildContext context) async {
|
||||||
final scaffoldMessenger = ScaffoldMessenger.of(context);
|
final scaffoldMessenger = ScaffoldMessenger.of(context);
|
||||||
final l10n = L10n.of(context);
|
final l10n = L10n.of(context);
|
||||||
final downloadPath = await FilePicker.platform.saveFile(
|
final downloadPath = await FilePicker.saveFile(
|
||||||
dialogTitle: l10n.saveFile,
|
dialogTitle: l10n.saveFile,
|
||||||
fileName: name,
|
fileName: name,
|
||||||
type: filePickerFileType,
|
type: filePickerFileType,
|
||||||
|
|
|
||||||
|
|
@ -381,10 +381,10 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: file_picker
|
name: file_picker
|
||||||
sha256: "57d9a1dd5063f85fa3107fb42d1faffda52fdc948cefd5fe5ea85267a5fc7343"
|
sha256: f13a03000d942e476bc1ff0a736d2e9de711d2f89a95cd4c1d88f861c3348387
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "10.3.10"
|
version: "11.0.2"
|
||||||
file_selector:
|
file_selector:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ dependencies:
|
||||||
device_info_plus: ^12.3.0
|
device_info_plus: ^12.3.0
|
||||||
dynamic_color: ^1.8.1
|
dynamic_color: ^1.8.1
|
||||||
emoji_picker_flutter: ^4.4.0
|
emoji_picker_flutter: ^4.4.0
|
||||||
file_picker: ^10.3.10
|
file_picker: ^11.0.2
|
||||||
file_selector: ^1.1.0
|
file_selector: ^1.1.0
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue