Skip to content

Commit 9275f62

Browse files
authored
docs(package_info_plus): doc ref links and unnecessary library names (#3433)
1 parent 8e5fab7 commit 9275f62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/package_info_plus/package_info_plus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ See https://github.com/fluttercommunity/plus_plugins/issues/309
7676
#### I see wrong version on Windows platform
7777

7878
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`
8080

8181
### Web
8282

packages/package_info_plus/package_info_plus/lib/package_info_plus.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ class PackageInfo {
5353
///
5454
/// With this, the package will try to search the file in `https://cdn.domain.com/with/some/path/version.json`
5555
///
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.
5858
///
5959
/// ```javascript
6060
/// _flutter.loader.loadEntrypoint({

0 commit comments

Comments
 (0)