web3_webview 0.0.3 copy "web3_webview: ^0.0.3" to clipboard
web3_webview: ^0.0.3 copied to clipboard

The bridge communicate between in-app webview and mobile-app by standard EIP-1193.

130/ 160
pub points
88
downloads

We analyzed this package 35 hours ago, and awarded it 130 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: BSD-3-Clause.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Failed check 0/10 points: 20% or more of the public API has dartdoc comments

OUT: Documenting web3_webview... Discovering libraries... Linking elements... Precaching local docs for 725800 elements... Initialized dartdoc with 1105 libraries Generating docs for library web3_webview.dart from package:web3_webview/web3_webview.dart... Generating docs for library web3_js_bridge_callback.dart from package:web3_webview/web3_js_bridge_callback.dart... Generating docs for library json_util.dart from package:web3_webview/json_util.dart... Generating docs for library web3_webview_eip1193.dart from package:web3_webview/web3_webview_eip1193.dart... Documented 4 public libraries in 106.5 seconds ERR: warning: unresolved doc reference [customPathProvider] from package-web3_webview: file:///tmp/pana_UKRQQK warning: unresolved doc reference [customWalletName] from package-web3_webview: file:///tmp/pana_UKRQQK warning: unresolved doc reference ["Canceled"] from web3_js_bridge_callback.Web3Result.cancel: (file:///tmp/pana_UKRQQK/lib/web3_js_bridge_callback.dart:6:8) warning: web3_webview has no library level documentation comments from web3_webview: (file:///tmp/pana_UKRQQK/lib/web3_webview_eip1193.dart:1:1) error: file already written at "web3_webview/index.html" for symbol web3_webview: (file:///tmp/pana_UKRQQK/lib/web3_webview_eip1193.dart:1:1) [283 more lines]

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:web3_webview/web3_webview.dart that imports:
  • package:web3_webview/web3_js_bridge_callback.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package not compatible with platform Web

Because:

  • package:web3_webview/web3_webview.dart that imports:
  • package:web3_webview/web3_js_bridge_callback.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that imports:
  • package:flutter_inappwebview/src/main.dart that imports:
  • package:flutter_inappwebview/src/webview_environment/main.dart that imports:
  • package:flutter_inappwebview/src/webview_environment/webview_environment.dart that imports:
  • package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dart that imports:
  • package:flutter_inappwebview_platform_interface/src/main.dart that imports:
  • package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:web3_webview/web3_webview.dart that imports:
  • package:web3_webview/web3_js_bridge_callback.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that imports:
  • package:flutter_inappwebview/src/main.dart that imports:
  • package:flutter_inappwebview/src/webview_environment/main.dart that imports:
  • package:flutter_inappwebview/src/webview_environment/webview_environment.dart that imports:
  • package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dart that imports:
  • package:flutter_inappwebview_platform_interface/src/main.dart that imports:
  • package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: 'onFindResultReceived' is deprecated and shouldn't be used. Use FindInteractionController.onFindResultReceived instead.

lib/web3_webview_eip1193.dart:973:13

    ╷
973 │             onFindResultReceived: widget.onFindResultReceived,
    │             ^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/web3_webview_eip1193.dart

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

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
flutter_inappwebview ^6.1.5 6.1.5 6.1.5
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
flutter_inappwebview_android - 1.1.3 1.1.3
flutter_inappwebview_internal_annotations - 1.2.0 1.2.0
flutter_inappwebview_ios - 1.1.2 1.1.2
flutter_inappwebview_macos - 1.1.2 1.1.2
flutter_inappwebview_platform_interface - 1.3.0+1 1.3.0+1
flutter_inappwebview_web - 1.1.2 1.1.2
flutter_inappwebview_windows - 0.6.0 0.6.0
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
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.

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.22.23, Flutter 3.35.3, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
5
likes
130
points
88
downloads

Publisher

verified publisherdatit309.is-a.dev

Weekly Downloads

The bridge communicate between in-app webview and mobile-app by standard EIP-1193.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_inappwebview

More

Packages that depend on web3_webview