babel_binance 0.6.6
babel_binance: ^0.6.6 copied to clipboard
A comprehensive Dart wrapper for the Binance API, covering all major endpoints including Spot, Futures, Margin, and more.
We analyzed this package 39 hours ago, and awarded it 140 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
OUT: Documenting babel_binance... Discovering libraries... Linking elements... Precaching local docs for 716441 elements... Initialized dartdoc with 484 libraries Generating docs for library babel_binance.dart from package:babel_binance/babel_binance.dart... Generating docs for library binance_dart.dart from package:babel_binance/binance_dart.dart... Documented 2 public libraries in 36.4 seconds ERR: warning: ambiguous reexport of binance_base.BinanceBase, canonicalization candidates: (babel_binance, babel_binance) -> babel_binance (confidence 0.000) from binance_base.BinanceBase: (file:///tmp/pana_RRCXFP/lib/src/binance_base.dart:14:7) babel_binance: 1.210 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000)) babel_binance: 1.210 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000)) Use {@canonicalFor binance_base.BinanceBase} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [542 more lines]
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:babel_binance/babel_binance.dartthat imports:package:babel_binance/src/wallet.dartthat imports:package:babel_binance/src/binance_base.dartthat imports:package:babel_binance/src/http/binance_http_client.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 21 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/src/auto_invest.dart:759:7
╷
759 │ params['subscriptionAmount'] = subscriptionAmount.toString();
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/auto_invest.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/auto_invest.dart:761:7
╷
761 │ params['subscriptionCycle'] = subscriptionCycle;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/auto_invest.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 | |
http |
^1.4.0 |
1.6.0 | 1.6.0 | |
web_socket_channel |
^3.0.3 |
3.0.3 | 3.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
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 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.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.5, Dart 3.10.7.
Check the analysis log for details.