at_client 3.0.75 copy "at_client: ^3.0.75" to clipboard
at_client: ^3.0.75 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 atProtocol.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add at_client

With Flutter:

 $ flutter pub add at_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  at_client: ^3.0.75

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:at_client/at_client.dart';
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 atProtocol.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

archive, asn1lib, async, at_base2e15, at_chops, 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, meta, path, uuid, version

More

Packages that depend on at_client