From 86575638f6843a3a0ec556c95ca5381dc5e27409 Mon Sep 17 00:00:00 2001 From: Bernard Roche Date: Sat, 1 Aug 2026 10:19:10 +0100 Subject: [PATCH] fix(ui_auth): widen app_links constraint to allow 7.x --- packages/firebase_ui_auth/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/firebase_ui_auth/pubspec.yaml b/packages/firebase_ui_auth/pubspec.yaml index e6a4eedc..2bb76202 100644 --- a/packages/firebase_ui_auth/pubspec.yaml +++ b/packages/firebase_ui_auth/pubspec.yaml @@ -10,7 +10,7 @@ environment: sdk: ^3.9.0 dependencies: - app_links: ^6.4.0 + app_links: ">=6.4.0 <8.0.0" email_validator: ^2.1.17 firebase_auth: ^6.5.4 firebase_core: ^4.11.0