web3_webview 1.0.13
web3_webview: ^1.0.13 copied to clipboard
web3_webview is a powerful bridge between a DApp running inside a WebView and your Flutter application, enabling secure and seamless two-way communication between them
We analyzed this package 32 hours ago, and awarded it 90 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
5144 out of 5974 API elements (86.1 %) have documentation comments.
Some symbols that are missing documentation: app_utils, app_utils.AppUtils.AppUtils.new, bigint_utils, bottom_sheet_dialog, bottom_sheet_dialog.BottomSheetDialog.instance.
10/10 points: Package has 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 25 issues. Showing the first 2:
ERROR: The getter 'hexEip55' isn't defined for the type 'EthereumAddress'.
lib/ethereum/ethereum_provider.dart:141:42
╷
141 │ final addr = _credentials!.address.hexEip55;
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ethereum/ethereum_provider.dart
ERROR: The getter 'hexEip55' isn't defined for the type 'EthereumAddress'.
lib/ethereum/ethereum_provider.dart:186:34
╷
186 │ return credentials.address.hexEip55;
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ethereum/ethereum_provider.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.6 |
3.0.7 | 3.0.7 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
hex |
^0.2.0 |
0.2.0 | 0.2.0 | |
http |
^1.3.0 |
1.6.0 | 1.6.0 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
modal_bottom_sheet |
^3.0.0 |
3.0.0 | 3.0.0 | |
uuid |
^4.5.1 |
4.6.0 | 4.6.0 | |
web3dart |
>=2.7.3 <4.0.0 |
3.0.3 | 3.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
eip1559 |
- | 0.6.2 | 0.6.2 | |
eip55 |
- | 1.0.3 | 1.0.3 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_inappwebview_android |
- | 1.1.3 | 1.1.3 | |
flutter_inappwebview_internal_annotations |
- | 1.3.0 | 1.3.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 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_rpc_2 |
- | 4.1.0 | 4.1.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 4.0.0 | 4.0.0 | |
sec |
- | 1.1.1 | 1.1.1 | |
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 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
wallet |
- | 0.0.18 | 0.0.18 | |
web |
- | 1.1.1 | 1.1.1 |
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.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.