From da38ddce5dd983eb92360ba82ec0ea2a2b5a7446 Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 26 Aug 2026 08:44:26 -0600 Subject: [PATCH] update devicelocale package with linux fix merged upstream --- pubspec.lock | 11 +++++------ scripts/app_config/templates/pubspec.template.yaml | 5 +---- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index e85d3e810..2c042130b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -800,12 +800,11 @@ packages: devicelocale: dependency: "direct main" description: - path: "." - ref: ba7d7d87a3772e972adb1358a5ec9a111b514fce - resolved-ref: ba7d7d87a3772e972adb1358a5ec9a111b514fce - url: "https://github.com/cypherstack/flutter-devicelocale" - source: git - version: "0.8.1" + name: devicelocale + sha256: f38dd07265ddd5ede22253d99c7beabb09e0b5b3d36f1f785086b8ca28c27673 + url: "https://pub.dev" + source: hosted + version: "0.9.1" digest_auth: dependency: "direct main" description: diff --git a/scripts/app_config/templates/pubspec.template.yaml b/scripts/app_config/templates/pubspec.template.yaml index 61556b017..cd53bf1fa 100644 --- a/scripts/app_config/templates/pubspec.template.yaml +++ b/scripts/app_config/templates/pubspec.template.yaml @@ -170,10 +170,7 @@ dependencies: wakelock_plus: ^1.2.8 intl: ^0.19.0 html: ^0.15.6 - devicelocale: - git: - url: https://github.com/cypherstack/flutter-devicelocale - ref: ba7d7d87a3772e972adb1358a5ec9a111b514fce + devicelocale: 0.9.1 device_info_plus: ^10.1.2 keyboard_dismisser: ^3.0.0 another_flushbar: ^1.10.28