chain-client-sdk-dart/lib/fai_client_sdk.dart
flemming-it f882b7f955
Some checks failed
Security / Security check (push) Failing after 1s
chore: rename package + dir + repo to fai_client_sdk
Adopts the three SDK families convention from
fai/platform/docs/architecture/sdks.md — base name carries
the family, language suffix on dir + repo only:

  fai_dart_sdk          (pkg) → fai_client_sdk
  fai_dart_sdk          (dir) → fai_client_sdk_dart
  fai/dart-sdk          (repo) → fai/client-sdk-dart

Internal lib/test/example file renames track the package
name. Old git.flemming.ws URL also retired here.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-05-26 13:46:16 +02:00

13 lines
504 B
Dart

/// gRPC client for the F∆I Platform hub.
///
/// Provides a typed Dart wrapper around the hub's gRPC services
/// (Hub, HubAdmin) defined in `fai/platform`'s `proto/fai/v1/`
/// directory. Used by F∆I Studio and any Tier-3 Dart/Flutter
/// app (DigiScout, J∆I, Scout, …) that wants to talk to a hub.
///
/// The generated protobuf bindings live under
/// `lib/src/generated/`. Re-run `tools/generate.sh` whenever the
/// platform's `.proto` files change.
library;
export 'src/hub_client.dart';