This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a commit to branch fix-playground-frontend
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/fix-playground-frontend by
this push:
new 88ddb9dfa5b Fix easy_localization_loader version
88ddb9dfa5b is described below
commit 88ddb9dfa5bab79f50c563031f9af102c96d45f8
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Feb 18 23:31:12 2026 +0400
Fix easy_localization_loader version
---
playground/frontend/pubspec.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/playground/frontend/pubspec.yaml b/playground/frontend/pubspec.yaml
index b99b4f0140a..290638aa898 100644
--- a/playground/frontend/pubspec.yaml
+++ b/playground/frontend/pubspec.yaml
@@ -30,8 +30,8 @@ dependencies:
app_state: 0.9.4
collection: 1.17.1
easy_localization: ">=3.0.1 <3.0.8"
- easy_localization_ext: 0.1.1
- easy_localization_loader: 1.0.0
+ easy_localization_ext: ^0.1.1
+ easy_localization_loader: ^1.0.0
equatable: 2.0.5
expansion_widget: 0.0.2
flutter: { sdk: flutter }