TF-3661 Fix memory leak file picker

This commit is contained in:
DatDang
2025-04-17 16:32:16 +07:00
committed by Dat H. Pham
parent dd6b1ede9d
commit 611d446f7b
2 changed files with 12 additions and 4 deletions
+5 -4
View File
@@ -588,10 +588,11 @@ packages:
file_picker: file_picker:
dependency: "direct main" dependency: "direct main"
description: description:
name: file_picker path: "."
sha256: "2ca051989f69d1b2ca012b2cf3ccf78c70d40144f0861ff2c063493f7c8c3d45" ref: "fixbug/tmail-0.15.12-memory-leak"
url: "https://pub.dev" resolved-ref: b9a5bf750554ca1b0cb98ae2b57167e5b0310582
source: hosted url: "https://github.com/linagora/flutter_file_picker.git"
source: git
version: "8.0.5" version: "8.0.5"
filesize: filesize:
dependency: "direct main" dependency: "direct main"
+7
View File
@@ -297,6 +297,13 @@ dependency_overrides:
json_annotation: 4.8.1 json_annotation: 4.8.1
# TODO: Remove and upgrade file_picker after
# https://github.com/miguelpruivo/flutter_file_picker/pull/1771 is merged and published
file_picker:
git:
url: https://github.com/linagora/flutter_file_picker.git
ref: fixbug/tmail-0.15.12-memory-leak
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec