wallet_kit 0.3.0
wallet_kit: ^0.3.0 copied to clipboard
A UI toolkit that simplifies blockchain wallet integration in Flutter apps.
We analyzed this package 5 hours ago, and awarded it 110 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
.
10/10 points: 20% or more of the public API has dartdoc comments
167 out of 525 API elements (31.8 %) have documentation comments.
Some symbols that are missing documentation: account_address
, account_address.AccountAddress
, account_address.AccountAddress.AccountAddress.new
, account_balance_refresher
, account_balance_refresher.AccountBalanceRefresher
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:wallet_kit/wallet_kit.dart
that imports:package:wallet_kit/secure_store.dart
that imports:package:secure_store/secure_store.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:wallet_kit/wallet_kit.dart
that imports:package:wallet_kit/secure_store.dart
that imports:package:secure_store/secure_store.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Web`.
Because:
package:wallet_kit/wallet_kit.dart
that imports:package:wallet_kit/secure_store.dart
that imports:package:secure_store/secure_store.dart
that declares support for platforms:Android
,iOS
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:wallet_kit/wallet_kit.dart
that imports:package:wallet_kit/secure_store.dart
that imports:package:secure_store/secure_store.dart
that imports:package:secure_store/src/password_store.dart
that imports:package:hive_flutter/hive_flutter.dart
that imports:package:path_provider/path_provider.dart
that imports:package:path_provider_platform_interface/path_provider_platform_interface.dart
that imports:package:path_provider_platform_interface/src/method_channel_path_provider.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
INFO: Missing type annotation.
lib/services/wallet_service.dart:72:10
╷
72 │ static storePrivateKey({
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/services/wallet_service.dart
INFO: Missing type annotation.
lib/services/wallet_service.dart:193:1
╷
193 │ seedPhraseKey(String walletId) {
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/services/wallet_service.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
ark_project |
^0.4.0 |
0.4.0 | 0.4.0 | |
bip39 |
^1.0.6 |
1.0.6 | 1.0.6 | |
easy_debounce |
^2.0.3 |
2.0.3 | 2.0.3 | |
expandable |
^5.0.1 |
5.0.1 | 5.0.1 | |
flutter_hooks |
^0.20.5 |
0.20.5 | 0.21.3+1 | |
flutter_svg |
^2.0.7 |
2.2.1 | 2.2.1 | |
freezed_annotation |
^2.2.0 |
2.4.4 | 3.1.0 | |
go_router |
^14.2.9 |
14.8.1 | 16.2.3 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
hooks_riverpod |
^2.3.6 |
2.6.1 | 3.0.0 | |
image_network |
^2.5.4+1 |
2.6.0 | 2.6.0 | |
riverpod_annotation |
^2.1.1 |
2.6.1 | 3.0.0 | |
secure_store |
^0.1.3 |
0.1.3 | 0.1.3 | |
starknet |
^0.2.0 |
0.2.0 | 0.2.0 | |
starknet_provider |
^0.2.0 |
0.2.0 | 0.2.0 | |
uuid |
^4.0.0 |
4.5.1 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
bip32 |
- | 2.0.0 | 2.0.0 | |
bs58check |
- | 1.0.2 | 1.0.2 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_riverpod |
- | 2.6.1 | 3.0.0 | |
hex |
- | 0.2.0 | 0.2.0 | |
hive_flutter |
- | 1.1.0 | 1.1.0 | |
http |
- | 1.5.0 | 1.5.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.18 | 2.2.18 | |
path_provider_foundation |
- | 2.4.2 | 2.4.2 | |
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 |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointer_interceptor |
- | 0.10.1+2 | 0.10.1+2 | |
pointer_interceptor_ios |
- | 0.10.1 | 0.10.1 | |
pointer_interceptor_platform_interface |
- | 0.10.0+1 | 0.10.0+1 | |
pointer_interceptor_web |
- | 0.10.3 | 0.10.3 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
riverpod |
- | 2.6.1 | 3.0.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
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_graphics |
- | 1.1.19 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.19 | 1.1.19 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 0.5.1 | 1.1.1 | |
web_socket_channel |
- | 2.4.5 | 3.0.3 | |
webview_flutter |
- | 4.13.0 | 4.13.0 | |
webview_flutter_android |
- | 4.10.2 | 4.10.2 | |
webview_flutter_platform_interface |
- | 2.14.0 | 2.14.0 | |
webview_flutter_wkwebview |
- | 3.23.1 | 3.23.1 | |
webviewimage |
- | 0.0.6 | 0.0.6 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^0.20.5` on flutter_hooks does not support the stable version `0.21.0`.
Try running dart pub upgrade --major-versions flutter_hooks
to update the constraint.
The constraint `^2.2.0` on freezed_annotation does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 3 errors:
UNDEFINED_METHOD
-lib/widgets/nft_details.g.dart:119:12
- The method 'ProviderOverride' isn't defined for the type 'GetNFTProvider'.UNDEFINED_CONSTRUCTOR_IN_INITIALIZER
-lib/widgets/nft_details.g.dart:166:3
- The class 'AutoDisposeFutureProviderElement' doesn't have an unnamed constructor.SUPER_FORMAL_PARAMETER_WITHOUT_ASSOCIATED_POSITIONAL
-lib/widgets/nft_details.g.dart:166:32
- No associated positional super constructor parameter.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.23
, Flutter 3.35.4
, Dart 3.9.2
.
Check the analysis log for details.