zikzak_inappwebview_windows 1.7.0 copy "zikzak_inappwebview_windows: ^1.7.0" to clipboard
zikzak_inappwebview_windows: ^1.7.0 copied to clipboard

PlatformWindows

Windows implementation of the zikzak_inappwebview plugin.

120/ 160
pub points
196
downloads

We analyzed this package 4 days ago, and awarded it 120 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Failed check 0/10 points: 20% or more of the public API has dartdoc comments

OUT: Documenting zikzak_inappwebview_windows... Discovering libraries... ERR: dartdoc 9.0.4 (/home/worker/dartdoc/build/dartdoc) failed: fatal error: unable to locate the input directory at '/tmp/analyzerSHXAVK/pub-cache/hosted/20260317t122600-dot-dartlang-pub.appspot.com/[...] #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:209) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:292)

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Windows

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:zikzak_inappwebview_windows/zikzak_inappwebview_windows.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:zikzak_inappwebview_windows/zikzak_inappwebview_windows.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:zikzak_inappwebview_windows/zikzak_inappwebview_windows.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:zikzak_inappwebview_windows/zikzak_inappwebview_windows.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:zikzak_inappwebview_windows/zikzak_inappwebview_windows.dart that declares support for platforms: Windows.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 113 issues. Showing the first 2:

INFO: Statements in an if should be enclosed in a block.

lib/src/cookie_manager.dart:166:9

    ╷
166 │ ┌         return Cookie(
167 │ │             name: cookies[i]["name"],
168 │ │             value: cookies[i]["value"],
169 │ │             expiresDate: cookies[i]["expiresDate"],
170 │ │             isSessionOnly: cookies[i]["isSessionOnly"],
171 │ │             domain: cookies[i]["domain"],
172 │ │             sameSite: HTTPCookieSameSitePolicy.fromNativeValue(
173 │ │                 cookies[i]["sameSite"]),
174 │ │             isSecure: cookies[i]["isSecure"],
175 │ │             isHttpOnly: cookies[i]["isHttpOnly"],
176 │ └             path: cookies[i]["path"]);
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/cookie_manager.dart

INFO: Missing type annotation.

lib/src/cookie_manager.dart:237:7

    ╷
237 │   get handleMethod => _handleMethod;
    │       ^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/cookie_manager.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
zikzak_inappwebview_platform_interface ^1.7.0 1.7.0 4.0.9
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
plugin_platform_interface - 2.1.8 2.1.8
vector_math - 2.2.0 2.3.0
zikzak_inappwebview_internal_annotations - 1.8.0 4.0.9

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^1.7.0` on zikzak_inappwebview_platform_interface does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions zikzak_inappwebview_platform_interface to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.11, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: