zikzak_inappwebview_platform_interface 5.0.1
zikzak_inappwebview_platform_interface: ^5.0.1 copied to clipboard
A common platform interface for the zikzak_inappwebview plugin.
We analyzed this package 4 hours ago, and awarded it 60 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
1493 out of 3589 API elements (41.6 %) have documentation comments.
Some symbols that are missing documentation: zikzak_inappwebview_platform_interface, zikzak_inappwebview_platform_interface.$AndroidProxySettings, zikzak_inappwebview_platform_interface.$AndroidProxySettings.$AndroidProxySettings.new, zikzak_inappwebview_platform_interface.$IOSProxySettings, zikzak_inappwebview_platform_interface.$IOSProxySettings.$IOSProxySettings.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 650 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: '../in_app_webview_settings.dart'.
lib/src/in_app_webview/modules/platform_settings_delegate.dart:3:8
╷
3 │ import '../in_app_webview_settings.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/in_app_webview/modules/platform_settings_delegate.dart
ERROR: Undefined class 'InAppWebViewSettings'.
lib/src/in_app_webview/modules/platform_settings_delegate.dart:22:38
╷
22 │ Future<void> setSettings({required InAppWebViewSettings settings}) {
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/in_app_webview/modules/platform_settings_delegate.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
json_annotation |
^4.12.0 |
4.12.0 | 4.12.0 | |
meta |
^1.15.0 |
1.19.0 | 1.19.0 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
zorphy_annotation |
^2.2.0 |
2.2.0 | 2.2.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dartx |
- | 1.2.0 | 1.2.0 | |
matcher |
- | 0.12.20 | 0.12.20 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
path |
- | 1.9.1 | 1.9.1 | |
quiver |
- | 3.2.2 | 3.2.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.13 | 0.7.13 | |
time |
- | 2.1.6 | 2.1.6 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 |
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 3 errors:
URI_DOES_NOT_EXIST-lib/src/in_app_webview/modules/platform_settings_delegate.dart:3:8- Target of URI doesn't exist: '../in_app_webview_settings.dart'.UNDEFINED_CLASS-lib/src/in_app_webview/modules/platform_settings_delegate.dart:22:38- Undefined class 'InAppWebViewSettings'.NON_TYPE_AS_TYPE_ARGUMENT-lib/src/in_app_webview/modules/platform_settings_delegate.dart:29:10- The name 'InAppWebViewSettings' isn't a type, so it can't be used as a type argument.
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.23.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.