Disable charset detector on iOS as workaround to fix build ios fail

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-03-18 13:29:16 +07:00
committed by Dat H. Pham
parent 8746080f91
commit 183fcb6bd9
7 changed files with 53 additions and 84 deletions
+8 -1
View File
@@ -89,7 +89,14 @@ dependencies:
fk_user_agent: 2.1.0
flutter_charset_detector: 3.0.0
# flutter_charset_detector: 3.0.0
# TODO: Disable charset detector on IOS/MACOS to wait for migration status to complete.
# https://gitlab.freedesktop.org/uchardet/uchardet.git
flutter_charset_detector:
git:
url: https://github.com/dab246/flutter_charset_detector.git
ref: main
path: flutter_charset_detector
debounce_throttle: 2.0.0