babel_binance 0.6.6 copy "babel_binance: ^0.6.6" to clipboard
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.

140/ 160
pub points
252
downloads

We analyzed this package 34 hours ago, and awarded it 140 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Failed check 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]

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:babel_binance/src/wallet.dart that imports:
  • package:babel_binance/src/binance_base.dart that imports:
  • package:babel_binance/src/http/binance_http_client.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 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

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
1
likes
140
points
252
downloads

Publisher

verified publishermaycloud.uk

Weekly Downloads

A comprehensive Dart wrapper for the Binance API, covering all major endpoints including Spot, Futures, Margin, and more.

Repository (GitHub)
View/report issues

Topics

#api #binance #dart #cryptocurrency #trading

Documentation

API reference

License

MIT (license)

Dependencies

crypto, http, web_socket_channel

More

Packages that depend on babel_binance