zikzak_inappwebview 6.0.1
zikzak_inappwebview: ^6.0.1 copied to clipboard
A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.
We analyzed this package 20 hours 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
2335 out of 4484 API elements (52.1 %) have documentation comments.
Some symbols that are missing documentation: zikzak_inappwebview, zikzak_inappwebview.$AndroidProxySettings, zikzak_inappwebview.$AndroidProxySettings.$AndroidProxySettings.new, zikzak_inappwebview.$IOSProxySettings, zikzak_inappwebview.$IOSProxySettings.$IOSProxySettings.new.
10/10 points: Package has an example
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:zikzak_inappwebview/zikzak_inappwebview.dartthat imports:package:zikzak_inappwebview/src/webview_sessions/webview_sessions.dartthat imports:package:zuraffa_session/zuraffa_session.dartthat imports:package:zuraffa_session/src/di/session/session_di.dartthat imports:package:zuraffa_session/src/di/usecases/index.dartthat imports:package:zuraffa_session/src/di/usecases/update_portable_session_usecase_di.dartthat imports:package:zuraffa_session/src/domain/usecases/portable_session/update_portable_session_usecase.dartthat imports:package:zuraffa_session/src/domain/repositories/portable_session_repository.dartthat imports:package:zuraffa/zuraffa.dartthat imports:package:zuraffa/src/plugins/skin/capabilities/ui_vocabulary_export_capability.dartthat imports:package:zuraffa/src/plugins/skin/vocabulary/vocabulary_schema_exporter.dartthat imports:package:zuraffa/src/plugins/skin/vocabulary/ui_node_registry.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:zikzak_inappwebview/zikzak_inappwebview.dartthat imports:package:zikzak_inappwebview/src/webview_sessions/webview_sessions.dartthat imports:package:zuraffa_session/zuraffa_session.dartthat imports:package:zuraffa_session/src/di/session/session_di.dartthat imports:package:zuraffa_session/src/di/usecases/index.dartthat imports:package:zuraffa_session/src/di/usecases/update_portable_session_usecase_di.dartthat imports:package:zuraffa_session/src/domain/usecases/portable_session/update_portable_session_usecase.dartthat imports:package:zuraffa_session/src/domain/repositories/portable_session_repository.dartthat imports:package:zuraffa/zuraffa.dartthat imports:package:zuraffa/src/plugins/skin/capabilities/ui_vocabulary_export_capability.dartthat imports:package:zuraffa/src/plugins/skin/vocabulary/vocabulary_schema_exporter.dartthat imports:package:zuraffa/src/plugins/skin/vocabulary/ui_node_registry.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
Swift PM-ready: This iOS or macOS plugin supports the Swift Package Manager. See https://docs.flutter.dev/to/spm for details.
Built-in Kotlin-ready: This Android plugin supports built-in Kotlin. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: Invalid use of a private type in a public API.
lib/src/in_app_webview/in_app_webview.dart:576:3
╷
576 │ _InAppWebViewState createState() => _InAppWebViewState();
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/in_app_webview/in_app_webview.dart
INFO: Field overrides a field inherited from 'Storage'.
lib/src/web_storage/web_storage.dart:124:30
╷
124 │ final PlatformLocalStorage platform;
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/web_storage/web_storage.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
synchronized |
^3.4.1 |
3.4.2 | 3.4.2 | |
zikzak_inappwebview_android |
^6.0.1 |
6.0.1 | 6.0.1 | |
zikzak_inappwebview_ios |
^6.0.1 |
6.0.1 | 6.0.1 | |
zikzak_inappwebview_linux |
^6.0.1 |
6.0.1 | 6.0.1 | |
zikzak_inappwebview_macos |
^6.0.1 |
6.0.1 | 6.0.1 | |
zikzak_inappwebview_platform_interface |
^6.0.1 |
6.0.1 | 6.0.1 | |
zikzak_inappwebview_web |
^6.0.1 |
6.0.1 | 6.0.1 | |
zikzak_inappwebview_windows |
^6.0.1 |
6.0.1 | 6.0.1 | |
zuraffa_session |
^1.1.0 |
1.1.0 | 1.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 108.0.0 | 108.0.0 | |
analyzer |
- | 14.4.0 | 14.4.0 | |
ansi_escape_codes |
- | 2.2.1 | 4.0.1 | |
archive |
- | 4.2.0 | 4.2.0 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
buffer |
- | 1.2.3 | 1.2.3 | |
build |
- | 4.0.11 | 4.0.11 | |
build_config |
- | 1.3.3 | 1.3.3 | |
built_collection |
- | 5.1.1 | 5.1.1 | |
built_value |
- | 8.13.0 | 8.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
checked_yaml |
- | 2.0.4 | 2.0.4 | |
clock |
- | 1.1.3 | 1.1.3 | |
code_assets |
- | 2.0.0 | 2.0.0 | |
code_builder |
- | 4.12.0 | 4.12.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dart_style |
- | 3.1.13 | 3.1.13 | |
dartx |
- | 1.2.0 | 1.2.0 | |
equatable |
- | 2.1.0 | 2.1.0 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
get_it |
- | 9.2.1 | 9.2.1 | |
glob |
- | 2.2.0 | 2.2.0 | |
gql |
- | 1.0.1 | 1.0.1 | |
gql_dedupe_link |
- | 2.0.4-alpha+1715521079596 | 4.0.0 | |
gql_error_link |
- | 1.0.1 | 1.0.1 | |
gql_exec |
- | 1.1.1-alpha+1699813812660 | 1.1.1-alpha+1699813812660 | |
gql_http_link |
- | 1.2.0 | 1.2.0 | |
gql_link |
- | 1.1.0 | 1.1.0 | |
gql_transform_link |
- | 1.0.1 | 1.0.1 | |
graphql |
- | 5.2.4 | 5.2.4 | |
hive_ce |
- | 2.20.0 | 2.20.0 | |
hooks |
- | 2.2.0 | 2.2.0 | |
hotreloader |
- | 4.4.0 | 4.4.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image |
- | 4.9.2 | 4.9.2 | |
intl |
- | 0.20.3 | 0.20.3 | |
isolate_channel |
- | 0.6.1 | 0.6.1 | |
jni |
- | 1.0.3 | 1.0.3 | |
jni_flutter |
- | 1.0.3 | 1.0.3 | |
jni_util |
- | 1.0.0 | 1.0.0 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
json_serializable |
- | 6.14.1 | 6.14.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
markdown |
- | 7.3.1 | 7.3.1 | |
matcher |
- | 0.12.20 | 0.12.20 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
mime |
- | 2.1.0 | 2.1.0 | |
minio |
- | 3.5.8 | 3.5.8 | |
nocterm |
- | 0.9.0 | 0.9.0 | |
normalize |
- | 0.10.0 | 0.10.0 | |
objective_c |
- | 9.6.0 | 9.6.0 | |
opentelemetry |
- | 0.18.11 | 0.18.11 | |
package_config |
- | 3.0.0 | 3.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.6 | 2.1.6 | |
path_provider_android |
- | 2.3.1 | 2.3.1 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.2 | 2.2.2 | |
path_provider_platform_interface |
- | 2.1.3 | 2.1.3 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
platform |
- | 3.2.0 | 3.2.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
posix |
- | 6.5.2 | 6.5.2 | |
protobuf |
- | 6.1.0 | 6.1.0 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
pubspec_parse |
- | 1.6.0 | 1.6.0 | |
quiver |
- | 3.2.2 | 3.2.2 | |
record_use |
- | 1.1.1 | 1.1.1 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
source_gen |
- | 4.3.0 | 4.3.0 | |
source_helper |
- | 1.3.13 | 1.3.13 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
stream_transform |
- | 2.1.2 | 2.1.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.14 | 0.7.14 | |
time |
- | 2.1.6 | 2.1.6 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.6.0 | 4.6.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
vm_service |
- | 15.3.0 | 15.3.0 | |
watcher |
- | 1.2.1 | 1.2.1 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
webview_windows |
- | 0.4.0 | 0.4.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 7.0.1 | |
yaml |
- | 3.1.4 | 3.1.4 | |
zmodem |
- | 0.0.6 | 0.0.6 | |
zorphy |
- | 2.3.1 | 2.3.1 | |
zorphy_annotation |
- | 2.3.1 | 2.3.1 | |
zuraffa |
- | 6.2.2 | 6.2.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.