Some checks failed
Security / Security check (push) Failing after 2s
The SDK belongs to the Ch∆In product, not the F∆I vendor namespace (a future Brain client SDK would otherwise collide). Rename the Dart package, entry library, test + example files. Also drop a private project name from a doc comment. dart analyze: clean. Dependents must update their dependency name + package: imports. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
17 lines
366 B
YAML
17 lines
366 B
YAML
name: chain_client_sdk
|
|
description: gRPC client SDK for the Ch∆In hub. Used by F∆I Studio and Tier-3 domain apps.
|
|
version: 0.18.0
|
|
publish_to: 'none'
|
|
repository: https://git.flemming.ai/fai/client-sdk-dart
|
|
|
|
environment:
|
|
sdk: ^3.11.0-200.1.beta
|
|
|
|
dependencies:
|
|
grpc: ^5.0.0
|
|
protobuf: ^6.0.0
|
|
fixnum: ^1.1.0
|
|
|
|
dev_dependencies:
|
|
lints: ^6.0.0
|
|
test: ^1.25.6
|