refactor: rename package fai_client_sdk -> chain_client_sdk
Some checks failed
Security / Security check (push) Failing after 2s
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>
This commit is contained in:
parent
d680cf3462
commit
14c8f38f36
5 changed files with 11 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import 'package:fai_client_sdk/fai_client_sdk.dart';
|
||||
import 'package:chain_client_sdk/chain_client_sdk.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
void main() {
|
||||
Loading…
Add table
Add a link
Reference in a new issue