Skip to content

Commit 472e7c9

Browse files
authored
Merge pull request #223 from lohanidamodar/fix-flutter-windows
Fix Windows Null Char issues
2 parents 5522acb + c59b340 commit 472e7c9

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
@@ -11,11 +11,11 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
cookie_jar: ^3.0.1
14-
device_info_plus: ^1.0.1
14+
device_info_plus: ^2.0.1
1515
dio: ^4.0.0
1616
dio_cookie_manager: ^2.0.0
1717
flutter_web_auth: ^0.3.0
18-
package_info_plus: ^1.0.1
18+
package_info_plus: ^1.0.3
1919
path_provider: ^2.0.2
2020
shared_preferences: ^2.0.6
2121
universal_html: ^2.0.8

0 commit comments

Comments
 (0)