We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa4e00 commit 095499dCopy full SHA for 095499d
packages/package_info_plus/package_info_plus/lib/package_info_plus.dart
@@ -34,10 +34,9 @@ class PackageInfo {
34
/// Retrieves package information from the platform.
35
/// The result is cached.
36
///
37
- /// Web: The plugin uses the generated version.json to read the package
38
- /// information.
+ /// Web: Uses the generated version.json to read the package information.
39
/// By default, the package uses the browser navigator base URL.
40
- /// Optionally, a custom version JSON URI can be provided.
+ /// Optionally, a custom URI can be provided.
41
static Future<PackageInfo> fromPlatform({Uri? customVersionJson}) async {
42
if (_fromPlatform != null) {
43
return _fromPlatform!;
0 commit comments