Skip to content

Commit

Permalink
docs(package_info_plus): doc ref links and unnecessary library names (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
weasdown authored Jan 21, 2025
1 parent 8e5fab7 commit 9275f62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/package_info_plus/package_info_plus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ See https://github.com/fluttercommunity/plus_plugins/issues/309
#### I see wrong version on Windows platform

There was an [issue](https://github.com/flutter/flutter/issues/73652) in Flutter, which is already resolved since Flutter 3.3.
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`
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`

### Web

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class PackageInfo {
///
/// With this, the package will try to search the file in `https://cdn.domain.com/with/some/path/version.json`
///
/// * The second option where it will search is the [assetBase] parameter
/// that you can pass to the Flutter Web Engine when you initialize it.
/// * The second option where it will search is the [assetBase](https://docs.flutter.dev/platform-integration/web/initialization#customize-the-flutter-loader)
/// parameter that you can pass to the Flutter Web Engine when you initialize it.
///
/// ```javascript
/// _flutter.loader.loadEntrypoint({
Expand Down

0 comments on commit 9275f62

Please sign in to comment.