Skip to content

Commit 24e5082

Browse files
committed
chore: flutter support for android 15+ changes
1 parent b4a2fd9 commit 24e5082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/flutter/pubspec.yaml.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ dependencies:
1919
flutter:
2020
sdk: flutter
2121
cookie_jar: ^4.0.8
22-
device_info_plus: ^11.5.0
22+
device_info_plus: '>=11.5.0 <13.0.0'
2323
flutter_web_auth_2: ^4.1.0
2424
http: '>=0.13.6 <2.0.0'
25-
package_info_plus: ^8.0.2
25+
package_info_plus: '>=8.0.2 <10.0.0'
2626
path_provider: ^2.1.4
2727
web_socket_channel: ^3.0.1
2828
web: ^1.0.0

0 commit comments

Comments
 (0)