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: packages/package_info_plus/package_info_plus/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ See https://github.com/fluttercommunity/plus_plugins/issues/309
76
76
#### I see wrong version on Windows platform
77
77
78
78
There was an [issue](https://github.com/flutter/flutter/issues/73652) in Flutter, which is already resolved since Flutter 3.3.
79
-
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`
79
+
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/lib/package_info_plus.dart
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ class PackageInfo {
53
53
///
54
54
/// With this, the package will try to search the file in `https://cdn.domain.com/with/some/path/version.json`
55
55
///
56
-
/// * The second option where it will search is the [assetBase] parameter
57
-
/// that you can pass to the Flutter Web Engine when you initialize it.
56
+
/// * The second option where it will search is the [assetBase](https://docs.flutter.dev/platform-integration/web/initialization#customize-the-flutter-loader)
57
+
/// parameter that you can pass to the Flutter Web Engine when you initialize it.
0 commit comments