Skip to content

Commit 25c133f

Browse files
authored
Try out bugfix
1 parent 222cb34 commit 25c133f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

templates/flutter/pubspec.yaml.twig

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414
cookie_jar: ^3.0.1
15-
device_info_plus: ^7.0.0
15+
device_info_plus:
16+
git:
17+
url: [email protected]:fluttercommunity/plus_plugins.git
18+
path: packages/device_info_plus/device_info_plus
1619
flutter_web_auth_2: ^1.1.2
1720
http: ^0.13.5
18-
package_info_plus: ^3.0.0
21+
package_info_plus:
22+
git:
23+
url: [email protected]:fluttercommunity/plus_plugins.git
24+
path: packages/package_info_plus/package_info_plus
1925
path_provider: ^2.0.11
2026
web_socket_channel: ^2.2.0
2127

0 commit comments

Comments
 (0)