webviewx_plus 0.5.1+1
webviewx_plus: ^0.5.1+1 copied to clipboard
A cross-platform webview using webview_flutter for mobile and iFrame for web.
We analyzed this package 3 days ago, and awarded it 140 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
144 out of 153 API elements (94.1 %) have documentation comments.
Some symbols that are missing documentation: webviewx_plus
, webviewx_plus.BridgedBypassProxy.BridgedBypassProxy.new
, webviewx_plus.BypassProxy.BypassProxy.new
, webviewx_plus.BypassProxy.fetchPageSource
, webviewx_plus.CodeTabsBypassProxy.CodeTabsBypassProxy.new
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:webviewx_plus/webviewx_plus.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:webviewx_plus/webviewx_plus.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:webviewx_plus/webviewx_plus.dart
that declares support for platforms:Android
,iOS
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:webviewx_plus/webviewx_plus.dart
that imports:package:webviewx_plus/src/view/view.dart
that imports:package:webviewx_plus/src/view/impl/io.dart
that imports:package:webviewx_plus/src/view/impl/mobile.dart
that imports:package:webviewx_plus/src/controller/impl/mobile.dart
that imports:package:webviewx_plus/src/utils/utils.dart
that imports:package:webviewx_plus/src/utils/webview_aware.dart
that imports:package:pointer_interceptor/pointer_interceptor.dart
that declares support for platforms:iOS
,Web
.
Package does not support platform `iOS`.
Because:
package:webviewx_plus/webviewx_plus.dart
that imports:package:webviewx_plus/src/view/view.dart
that imports:package:webviewx_plus/src/view/impl/io.dart
that imports:package:webviewx_plus/src/view/impl/mobile.dart
that imports:package:webview_flutter_android/webview_flutter_android.dart
that declares support for platforms:Android
.
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 36 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/controller/impl/mobile.dart:62:18
╷
62 │ /// Example2: '<html><head></head> <body> <p> Hi </p> </body></html>
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controller/impl/mobile.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/controller/impl/mobile.dart:62:24
╷
62 │ /// Example2: '<html><head></head> <body> <p> Hi </p> </body></html>
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controller/impl/mobile.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
http |
^1.1.1 |
1.4.0 | 1.4.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
pointer_interceptor |
^0.10.0 |
0.10.1+2 | 0.10.1+2 | |
uuid |
^4.2.2 |
4.5.1 | 4.5.1 | |
web |
^0.5.1 |
0.5.1 | 1.1.1 | |
webview_flutter |
^4.7.0 |
4.9.0 | 4.13.0 | |
webview_flutter_android |
^3.16.1 |
3.16.9 | 4.7.0 | |
webview_flutter_platform_interface |
^2.10.0 |
2.13.1 | 2.13.1 | |
webview_flutter_wkwebview |
^3.13.1 |
3.22.0 | 3.22.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointer_interceptor_ios |
- | 0.10.1 | 0.10.1 | |
pointer_interceptor_platform_interface |
- | 0.10.0+1 | 0.10.0+1 | |
pointer_interceptor_web |
- | 0.10.3 | 0.10.3 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.5.1` on web does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions web
to update the constraint.
The constraint `^3.16.1` on webview_flutter_android does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions webview_flutter_android
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.