webview_win_floating 2.3.1 copy "webview_win_floating: ^2.3.1" to clipboard
webview_win_floating: ^2.3.1 copied to clipboard

PlatformWindows

WebView for Windows. A Flutter plugin that implements the interface of package webview_flutter.

20
likes
120/ 160
pub points
1.25k
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/jakky1/webview_win_floating/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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: BSD-3-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

71 out of 247 API elements (28.7 %) have documentation comments.

Some symbols that are missing documentation: layout_notify_widget, layout_notify_widget.OnWidgetLayoutChange, layout_notify_widget.WidgetLayoutRenderObject, layout_notify_widget.WidgetLayoutRenderObject.WidgetLayoutRenderObject.new, layout_notify_widget.WidgetLayoutRenderObject.onLayoutChange.

Passed check 10/10 points: Package has 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:webview_win_floating/webview_win_floating.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

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

Because:

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

Because:

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

Because:

  • package:webview_win_floating/webview_win_floating.dart that declares support for platforms: Windows.

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

WARNING: The declaration '_setVisibility' isn't referenced.

lib/webview_win_floating.dart:337:16

    ╷
337 │   Future<void> _setVisibility(bool isVisible) async {
    │                ^^^^^^^^^^^^^^
    ╵

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

INFO: The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/services.dart'.

lib/webview_win_floating_method_channel.dart:2:8

  ╷
2 │ import 'dart:ui';
  │        ^^^^^^^^^
  ╵

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

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

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

Package Constraint Compatible Latest Notes
fullscreen_window ^1.0.4 1.1.0 1.1.0
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
webview_flutter_platform_interface ^2.0.1 2.11.0 2.11.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
vector_math - 2.1.4 2.1.5
web - 1.1.1 1.1.1

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 6 errors:

  • UNDEFINED_CLASS - lib/webview_plugin.dart:280:19 - Undefined class 'PlatformWebViewPermissionRequest'.
  • EXTENDS_NON_CLASS - lib/webview_win_floating.dart:39:43 - Classes can only extend other classes.
  • UNDEFINED_NAMED_PARAMETER - lib/webview_win_floating.dart:48:15 - The named parameter 'types' isn't defined.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
20
likes
120
points
1.25k
downloads

Publisher

unverified uploader

Weekly Downloads

WebView for Windows. A Flutter plugin that implements the interface of package webview_flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, fullscreen_window, plugin_platform_interface, webview_flutter_platform_interface

More

Packages that depend on webview_win_floating