at_client 2.0.4 copy "at_client: ^2.0.4" to clipboard
at_client: ^2.0.4 copied to clipboard

The at_client library is the non-platform specific Client SDK which provides the essential methods for building an app using the @protocol.

example/main.dart

import 'dart:async';

import 'package:at_client/at_client.dart';

Future<void> main(List<String> arguments) async {
  var preference = AtClientPreference();
  //creating client for alice
  // buzz is the namespace
  await AtClientImpl.createClient('@alice', 'buzz', preference);
  var atClient = await (AtClientImpl.getClient('@alice'));
  print(await atClient?.getKeys());
}
13
likes
120
pub points
73%
popularity

Publisher

verified publisheratsign.org

The at_client library is the non-platform specific Client SDK which provides the essential methods for building an app using the @protocol.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

archive, at_base2e15, at_commons, at_lookup, at_persistence_secondary_server, at_persistence_spec, at_utf7, at_utils, collection, convert, cron, crypto, crypton, encrypt, hive, http, internet_connection_checker, path, pedantic, uuid

More

Packages that depend on at_client