You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/package_info_plus/usage.mdx
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,3 +55,10 @@ See [CFBundleVersion docs](https://developer.apple.com/documentation/bundleresou
55
55
56
56
Calling to `PackageInfo.fromPlatform()` before the `runApp()` call will cause an exception.
57
57
See https://github.com/fluttercommunity/plus_plugins/issues/309
58
+
59
+
### Windows
60
+
61
+
#### Plugin returns wrong version
62
+
63
+
There was an [issue](https://github.com/flutter/flutter/issues/73652) in Flutter, which is already resolved since Flutter 3.3.
64
+
If your project was created before Flutter 3.3 you need to migrate the project according to [this guide] (https://docs.flutter.dev/release/breaking-changes/windows-version-information) first to get correct version with `package_info_plus`
Copy file name to clipboardExpand all lines: packages/package_info_plus/package_info_plus/README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,13 @@ string in `pubspec.yaml`. Clean the Xcode build folder with:
64
64
Calling to `PackageInfo.fromPlatform()` before the `runApp()` call will cause an exception.
65
65
See https://github.com/fluttercommunity/plus_plugins/issues/309
66
66
67
+
### Windows
68
+
69
+
#### I see wrong version on Windows platform
70
+
71
+
There was an [issue](https://github.com/flutter/flutter/issues/73652) in Flutter, which is already resolved since Flutter 3.3.
72
+
If your project was created before Flutter 3.3 you need to migrate the project according to [this guide] (https://docs.flutter.dev/release/breaking-changes/windows-version-information) first to get correct version with `package_info_plus`
0 commit comments