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

outdated

at_client is the Client SDK which provides the essential methods for building an app using the @protocol.

Now for some internet optimism. #

Pub Package

at_client #

This SDK provides the essential methods for building an app using the @protocol

Installation: #

To use this library in your app, first add it to your pubspec.yaml

dependencies:
  # at_client: ^1.0.0

Add to your project #

pub get 

Import in your application code #

import 'package:at_client/at_client.dart';

Usage #

var preference = AtClientPreference();
//creating client for alice
// buzz is the namespace
await AtClientImpl.createClient('@alice', 'buzz', preference);
var atClient = await AtClientImpl.getClient('@alice');
13
likes
0
pub points
72%
popularity

Publisher

verified publisheratsign.org

at_client is the Client SDK which provides the essential methods for building an app using the @protocol.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on at_client