maxt 0.2.2
maxt: ^0.2.2 copied to clipboard
Dart and Flutter client for Upbit, Bithumb, Binance, and Hyperliquid through one native and Web API.
Changelog #
0.2.2 #
- Fixed release validation by installing and selecting the bridge's pinned Rust formatter.
0.2.1 #
- Generated public APIs, identifiers, native client methods, adapter dispatch, and structural wire conversions from the shared binding schema.
- Rejected empty built-in adapter subscriptions before native dispatch.
- Added drift checks for untracked FRB output during release validation.
0.2.0 #
- Added Dart and Flutter Web support through WebAssembly.
- Added
dart run maxt:build_webfor generating application Web assets. - Added browser relay configuration and explicit credential opt-in.
- Breaking:
Timestamp.nanosecondsSinceEpochnow usesBigIntto preserve signed 64-bit nanoseconds in JavaScript builds.
0.1.0 #
- Added the common Dart API and built-in adapters for Upbit, Bithumb, Binance, and Hyperliquid.
- Added public and private REST methods, live market and account streams, and Dart-implemented custom adapters.
- Added Dart Native Assets build hooks for Android, iOS, Linux, macOS, and Windows.