webview_win_floating 2.3.2
webview_win_floating: ^2.3.2 copied to clipboard
WebView for Windows. A Flutter plugin that implements the interface of package webview_flutter.
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
76 out of 252 API elements (30.2 %) 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.
10/10 points: Package has an example
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.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:webview_win_floating/webview_win_floating.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:webview_win_floating/webview_win_floating.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:webview_win_floating/webview_win_floating.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:webview_win_floating/webview_win_floating.dartthat declares support for platforms:Windows.
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.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 12 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: Parameter 'key' could be a super parameter.
lib/layout_notify_widget.dart:24:9
╷
24 │ const WidgetLayoutWrapper({
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/layout_notify_widget.dart
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.2.0 | 1.2.0 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
webview_flutter_platform_interface |
^2.0.1 |
2.14.0 | 2.14.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
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.24, Flutter 3.35.5, Dart 3.9.2.
Check the analysis log for details.