zikzak_inappwebview 5.3.4 copy "zikzak_inappwebview: ^5.3.4" to clipboard
zikzak_inappwebview: ^5.3.4 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.

120/ 160
pub points
4.09k
downloads

We analyzed this package in the last hour, and awarded it 120 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: Apache-2.0.

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

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.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 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.dart that imports:
  • package:zikzak_inappwebview/src/webview_sessions/webview_sessions.dart that imports:
  • package:zikzak_session/zikzak_session.dart that imports:
  • package:zikzak_session/src/di/session/session_di.dart that imports:
  • package:zikzak_session/src/di/usecases/index.dart that imports:
  • package:zikzak_session/src/di/usecases/update_portable_session_usecase_di.dart that imports:
  • package:zikzak_session/src/domain/usecases/portable_session/update_portable_session_usecase.dart that imports:
  • package:zikzak_session/src/domain/repositories/portable_session_repository.dart that imports:
  • package:zuraffa/zuraffa.dart that imports:
  • package:zuraffa/src/plugins/skin/capabilities/ui_vocabulary_export_capability.dart that imports:
  • package:zuraffa/src/plugins/skin/vocabulary/vocabulary_schema_exporter.dart that imports:
  • package:zuraffa/src/plugins/skin/vocabulary/ui_node_registry.dart that imports:
  • dart:io

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:zikzak_inappwebview/zikzak_inappwebview.dart that imports:
  • package:zikzak_inappwebview/src/webview_sessions/webview_sessions.dart that imports:
  • package:zikzak_session/zikzak_session.dart that imports:
  • package:zikzak_session/src/di/session/session_di.dart that imports:
  • package:zikzak_session/src/di/usecases/index.dart that imports:
  • package:zikzak_session/src/di/usecases/update_portable_session_usecase_di.dart that imports:
  • package:zikzak_session/src/domain/usecases/portable_session/update_portable_session_usecase.dart that imports:
  • package:zikzak_session/src/domain/repositories/portable_session_repository.dart that imports:
  • package:zuraffa/zuraffa.dart that imports:
  • package:zuraffa/src/plugins/skin/capabilities/ui_vocabulary_export_capability.dart that imports:
  • package:zuraffa/src/plugins/skin/vocabulary/vocabulary_schema_exporter.dart that imports:
  • package:zuraffa/src/plugins/skin/vocabulary/ui_node_registry.dart that 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.

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 12 issues. Showing the first 2:

WARNING: The value of the local variable 'value' isn't used.

lib/src/in_app_webview/network_capture/secret_redactor.dart:61:11

   ╷
61 │     final value = m.group(3)!;
   │           ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/in_app_webview/network_capture/secret_redactor.dart

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

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

Failed check 0/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 ^5.3.4 5.3.4 6.0.2
zikzak_inappwebview_ios ^5.3.4 5.3.4 6.0.2
zikzak_inappwebview_linux ^5.3.4 5.3.4 6.0.2
zikzak_inappwebview_macos ^5.3.4 5.3.4 6.0.2
zikzak_inappwebview_platform_interface ^5.3.4 5.3.4 6.0.2
zikzak_inappwebview_web ^5.3.4 5.3.4 6.0.2
zikzak_inappwebview_windows ^5.3.4 5.3.4 6.0.2
zikzak_session ^0.2.0 0.2.0 0.2.0 Discontinued
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.3.0 4.3.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.10.1 4.10.1
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.4.0 2.4.0
zorphy_annotation - 2.4.0 2.4.0
zuraffa - 6.3.0 6.3.0

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

Found 8 issues. Showing the first 2:

The constraint `^5.3.4` on zikzak_inappwebview_android does not support the stable version `6.0.0`, that was published 4 days ago.

When zikzak_inappwebview_android is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions zikzak_inappwebview_android to update the constraint.

The constraint `^5.3.4` on zikzak_inappwebview_ios does not support the stable version `6.0.0`, that was published 4 days ago.

When zikzak_inappwebview_ios is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions zikzak_inappwebview_ios to update the constraint.

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

Passed check 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.

Weekly downloads

Display as:
By versions: