flutterchain 1.0.0-beta.15  flutterchain: ^1.0.0-beta.15 copied to clipboard
flutterchain: ^1.0.0-beta.15 copied to clipboard
Multi-chain library for communication with blockchain systems. Based on WalletCore.
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):
 10/10 points: Provide a valid
 10/10 points: Provide a valid pubspec.yaml
 5/5 points: Provide a valid
 5/5 points: Provide a valid README.md
 5/5 points: Provide a valid
 5/5 points: Provide a valid CHANGELOG.md
 10/10 points: Use an OSI-approved license
 10/10 points: Use an OSI-approved license
Detected license: MIT.
 0/10 points: 20% or more of the public API has dartdoc comments
 0/10 points: 20% or more of the public API has dartdoc comments
28 out of 645 API elements (4.3 %) 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: aurora_blockchain_network_urls, aurora_blockchain_network_urls.AuroraBlockChainNetworkUrls, aurora_blockchain_network_urls.AuroraBlockChainNetworkUrls.AuroraBlockChainNetworkUrls.new, aurora_blockchain_network_urls.AuroraBlockChainNetworkUrls.listOfUrls, aurora_blockchain_service.
 10/10 points: Package has an example
 10/10 points: Package has an example
 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- 
✓ Android 
- 
✓ iOS 
- 
✓ Web 
These platforms are not supported:
Package does not support platform `Windows`.
Because:
- package:flutterchain/flutterchain.dartthat declares support for platforms:- Android,- iOS,- Web.
Package does not support platform `Linux`.
Because:
- package:flutterchain/flutterchain.dartthat declares support for platforms:- Android,- iOS,- Web.
Package does not support platform `macOS`.
Because:
- package:flutterchain/flutterchain.dartthat declares support for platforms:- Android,- iOS,- Web.
 0/0 points: WASM compatibility
 0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
 0/0 points: Swift Package Manager support
 0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/flutterchain/Package.swift.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
 30/50 points: code has no errors, warnings, lints, or formatting issues
 30/50 points: code has no errors, warnings, lints, or formatting issues
Found 47 issues. Showing the first 2:
WARNING: Unused import: 'package:flutterchain/flutterchain_lib/constants/core/supported_blockchains.dart'.
lib/flutterchain_lib.dart:1:8
  ╷
1 │ import 'package:flutterchain/flutterchain_lib/constants/core/supported_blockchains.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutterchain_lib.dart
WARNING: Unused import: 'package:flutterchain/flutterchain_lib/models/core/blockchain_smart_contract_arguments.dart'.
lib/flutterchain_lib.dart:3:8
  ╷
3 │ import 'package:flutterchain/flutterchain_lib/models/core/blockchain_smart_contract_arguments.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutterchain_lib.dart
 0/10 points: All of the package dependencies are supported in the latest version
 0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
| bs58 | ^1.0.2 | 1.0.2 | 1.0.2 | |
| collection | ^1.17.2 | 1.19.1 | 1.19.1 | |
| dio | ^5.4.0 | 5.9.0 | 5.9.0 | |
| dio_smart_retry | ^6.0.0 | 6.0.0 | 7.0.1 | |
| flutter_inappwebview | ^6.0.0 | 6.1.5 | 6.1.5 | |
| flutter_secure_storage | ^9.0.0 | 9.2.4 | 9.2.4 | |
| hex | ^0.2.0 | 0.2.0 | 0.2.0 | |
| json_annotation | ^4.8.1 | 4.9.0 | 4.9.0 | |
| plugin_platform_interface | ^2.1.8 | 2.1.8 | 2.1.8 | |
| rxdart | ^0.27.7 | 0.27.7 | 0.28.0 | 
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.0.0` on dio_smart_retry does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions dio_smart_retry to update the constraint.
The constraint `^0.27.7` on rxdart does not support the stable version `0.28.0`.
Try running dart pub upgrade --major-versions rxdart to update the constraint.
 10/10 points: Package supports latest stable Dart and Flutter SDKs
 10/10 points: Package supports latest stable Dart and Flutter SDKs
 20/20 points: Compatible with dependency constraint lower bounds
 20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.