22 lines
519 B
YAML
22 lines
519 B
YAML
name: genex_sdk
|
|
description: Genex Chain Dart/Flutter SDK — 券金融区块链 Dart 开发工具包
|
|
version: 0.1.0
|
|
homepage: https://github.com/nickelchen/genex-chain
|
|
repository: https://github.com/nickelchen/genex-chain/tree/main/blockchain/genex-sdk-dart
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
http: ^1.1.0
|
|
web_socket_channel: ^2.4.0
|
|
json_annotation: ^4.8.1
|
|
convert: ^3.1.1
|
|
crypto: ^3.0.3
|
|
|
|
dev_dependencies:
|
|
json_serializable: ^6.7.1
|
|
build_runner: ^2.4.6
|
|
test: ^1.24.0
|
|
lints: ^3.0.0
|