reclaim_flutter_sdk 0.1.1
reclaim_flutter_sdk: ^0.1.1 copied to clipboard
Pre-built widgets library to export user's data with provable authenticity using HTTPS & Reclaim Protocol Zero-knowledge proof technology
We analyzed this package 12 hours ago, and awarded it 120 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: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
48 out of 493 API elements (9.7 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: MSWJS_BASE
, MSWJS_BASE.MSWJS_BASE
, XHOOK
, XHOOK.XHOOK
, action_button
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:reclaim_flutter_sdk/reclaim_flutter_sdk.dart
that imports:package:reclaim_flutter_sdk/reclaim_verification_widget.dart
that imports:package:reclaim_flutter_sdk/screens/screens.dart
that imports:package:reclaim_flutter_sdk/screens/webview_screen.dart
that imports:package:share_plus/share_plus.dart
that imports:package:share_plus/src/share_plus_linux.dart
that imports:package:url_launcher_linux/url_launcher_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `Linux`.
Because:
package:reclaim_flutter_sdk/reclaim_flutter_sdk.dart
that imports:package:reclaim_flutter_sdk/reclaim_verification_widget.dart
that imports:package:reclaim_flutter_sdk/witness_webview.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:reclaim_flutter_sdk/reclaim_flutter_sdk.dart
that imports:package:reclaim_flutter_sdk/reclaim_verification_widget.dart
that imports:package:reclaim_flutter_sdk/screens/screens.dart
that imports:package:reclaim_flutter_sdk/screens/webview_screen.dart
that imports:package:share_plus/share_plus.dart
that imports:package:share_plus/src/share_plus_windows.dart
that imports:package:url_launcher_windows/url_launcher_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:reclaim_flutter_sdk/reclaim_flutter_sdk.dart
that imports:package:reclaim_flutter_sdk/reclaim_verification_widget.dart
that imports:package:reclaim_flutter_sdk/screens/screens.dart
that imports:package:reclaim_flutter_sdk/screens/webview_screen.dart
that imports:package:share_plus/share_plus.dart
that imports:package:share_plus/src/share_plus_web.dart
that imports:package:share_plus_platform_interface/share_plus_platform_interface.dart
that imports:package:share_plus_platform_interface/platform_interface/share_plus_platform.dart
that imports:package:share_plus_platform_interface/method_channel/method_channel_share.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:reclaim_flutter_sdk/reclaim_flutter_sdk.dart
that imports:package:reclaim_flutter_sdk/reclaim_verification_widget.dart
that imports:package:reclaim_flutter_sdk/screens/screens.dart
that imports:package:reclaim_flutter_sdk/screens/webview_screen.dart
that imports:package:share_plus/share_plus.dart
that imports:package:share_plus/src/share_plus_windows.dart
that imports:package:url_launcher_windows/url_launcher_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:reclaim_flutter_sdk/reclaim_flutter_sdk.dart
that imports:package:reclaim_flutter_sdk/reclaim_verification_widget.dart
that imports:package:reclaim_flutter_sdk/screens/screens.dart
that imports:package:reclaim_flutter_sdk/screens/webview_screen.dart
that imports:package:share_plus/share_plus.dart
that imports:package:share_plus/src/share_plus_windows.dart
that imports:package:url_launcher_windows/url_launcher_windows.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:reclaim_flutter_sdk/reclaim_flutter_sdk.dart
that imports:package:reclaim_flutter_sdk/reclaim_verification_widget.dart
that imports:package:reclaim_flutter_sdk/witness_webview.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 37 issues. Showing the first 2:
WARNING: Unused import: 'package:share_plus/share_plus.dart'.
lib/screens/webview_screen.dart:23:8
╷
23 │ import 'package:share_plus/share_plus.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/screens/webview_screen.dart
WARNING: The value of the field '_timer' isn't used.
lib/screens/webview_screen.dart:80:17
╷
80 │ Future<void>? _timer;
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/screens/webview_screen.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
crypto |
^3.0.0 |
3.0.6 | 3.0.6 | |
cupertino_icons |
^1.0.3 |
1.0.8 | 1.0.8 | |
device_info_plus |
^10.1.0 |
10.1.2 | 11.5.0 | |
dio |
^5.0.0 |
5.8.0+1 | 5.8.0+1 | |
eth_sig_util |
^0.0.9 |
0.0.9 | 0.0.9 | |
flutter_inappwebview |
^6.0.0 |
6.1.5 | 6.1.5 | |
flutter_svg |
^2.0.0 |
2.2.0 | 2.2.0 | |
fluttertoast |
^8.0.0 |
8.2.12 | 8.2.12 | |
http |
^1.0.0 |
1.4.0 | 1.4.0 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
native_dio_adapter |
^1.3.0 |
1.4.0 | 1.4.0 | |
path_provider |
^2.0.0 |
2.1.5 | 2.1.5 | |
share_plus |
>=9.0.0 <11.0.0 |
10.1.4 | 11.0.0 | |
shared_preferences |
^2.0.6 |
2.5.3 | 2.5.3 | |
system_info_plus |
^0.0.5 |
0.0.6 | 0.0.6 | |
url_launcher |
^6.1.0 |
6.3.1 | 6.3.1 | |
uuid |
^4.4.0 |
4.5.1 | 4.5.1 | |
web3dart |
^2.7.3 |
2.7.3 | 3.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
buffer |
- | 1.2.3 | 1.2.3 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
cronet_http |
- | 1.3.4 | 1.3.4 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
cupertino_http |
- | 2.2.0 | 2.2.0 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
eip1559 |
- | 0.6.2 | 0.6.2 | |
eip55 |
- | 1.0.2 | 1.0.3 | |
equatable |
- | 2.0.7 | 2.0.7 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.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 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
http_profile |
- | 0.1.0 | 0.1.0 | |
jni |
- | 0.12.2 | 0.14.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
json_rpc_2 |
- | 3.0.3 | 4.0.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
objective_c |
- | 7.1.0 | 8.0.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider_android |
- | 2.2.17 | 2.2.17 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 6.1.0 | 7.0.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
sec |
- | 1.1.0 | 1.1.1 | |
share_plus_platform_interface |
- | 5.0.2 | 6.0.0 | |
shared_preferences_android |
- | 2.4.10 | 2.4.10 | |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher_android |
- | 6.3.16 | 6.3.16 | |
url_launcher_ios |
- | 6.3.3 | 6.3.3 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_macos |
- | 3.2.2 | 3.2.2 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
vector_graphics |
- | 1.1.19 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.17 | 1.1.17 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
wallet |
- | 0.0.13 | 0.0.18 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
win32 |
- | 5.14.0 | 5.14.0 | |
win32_registry |
- | 1.1.5 | 2.1.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.5.0 | 6.6.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^10.1.0` on device_info_plus does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `>=9.0.0 <11.0.0` on share_plus does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions share_plus
to update the constraint.
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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.