at_client 3.4.2 copy "at_client: ^3.4.2" to clipboard
at_client: ^3.4.2 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
copied to clipboard

With Flutter:

 $ flutter pub add at_client
copied to clipboard

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

dependencies:
  at_client: ^3.4.2
copied to clipboard

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';
copied to clipboard
13
likes
150
points
5.28k
downloads

Publisher

verified publisheratsign.org

Weekly Downloads

2024.09.15 - 2025.03.30

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)
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

archive, asn1lib, async, at_auth, 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