fix(mobile): Fixed zh-Hans not persisting (#16608)

Fixed zh-Hans not persisting
This commit is contained in:
Yaros 2025-03-05 16:56:00 +01:00 committed by GitHub
parent 9922c8de59
commit e8f3348833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -394,10 +394,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: easy_localization name: easy_localization
sha256: fa59bcdbbb911a764aa6acf96bbb6fa7a5cf8234354fc45ec1a43a0349ef0201 sha256: "0f5239c7b8ab06c66440cfb0e9aa4b4640429c6668d5a42fe389c5de42220b12"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "3.0.7" version: "3.0.7+1"
easy_logger: easy_logger:
dependency: transitive dependency: transitive
description: description:

View File

@ -34,7 +34,7 @@ dependencies:
url_launcher: ^6.2.4 url_launcher: ^6.2.4
http: ^1.1.0 http: ^1.1.0
cancellation_token_http: ^2.0.0 cancellation_token_http: ^2.0.0
easy_localization: ^3.0.3 easy_localization: ^3.0.7+1
share_plus: ^10.0.0 share_plus: ^10.0.0
flutter_displaymode: ^0.6.0 flutter_displaymode: ^0.6.0
scrollable_positioned_list: ^0.3.8 scrollable_positioned_list: ^0.3.8