From 24e50821d4030f896c8a3b330ff52e72e0ce28b9 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Tue, 28 Oct 2025 10:34:14 +0530 Subject: [PATCH] chore: flutter support for android 15+ changes --- templates/flutter/pubspec.yaml.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/flutter/pubspec.yaml.twig b/templates/flutter/pubspec.yaml.twig index b50600ecb..fbb1ea7ce 100644 --- a/templates/flutter/pubspec.yaml.twig +++ b/templates/flutter/pubspec.yaml.twig @@ -19,10 +19,10 @@ dependencies: flutter: sdk: flutter cookie_jar: ^4.0.8 - device_info_plus: ^11.5.0 + device_info_plus: '>=11.5.0 <13.0.0' flutter_web_auth_2: ^4.1.0 http: '>=0.13.6 <2.0.0' - package_info_plus: ^8.0.2 + package_info_plus: '>=8.0.2 <10.0.0' path_provider: ^2.1.4 web_socket_channel: ^3.0.1 web: ^1.0.0