Libraries
3 minute read
at_persistence_spec
A Dart library containing abstract classes that defines what an implementation of the persistence layer is responsible for. This can be used to guide implementation of other persistence solutions for servers or SDKs as desired.
at_commons
A library of Dart and Flutter utility classes that are used across other components of the @platform.
at_common_flutter
A Flutter package to provide common widgets used by other @platform Flutter packages.
at_client
The at_client library is the non-platform specific Client SDK which provides the essential methods for building an app using the @protocol.
at_lookup
A Dart library that contains the core commands that can be used with a secondary server (scan, update, lookup, llookup, plookup, etc.)
at_persistence_secondary_server
A Dart library with the implementation classes for the persistence layer of the secondary server.
at_server_status
A Dart library that provides a means to check on the status of the @root server as well as the secondary server for any particular @sign.
at_utils
A Dart library that contains various utility classes such as atSign, atmetadata, configuration, and logger.
at_backupkey_flutter
A Flutter plugin project for saving the backup key of any @sign that is being onboarded with @platform apps. The backup key can be used to authenticate in other @platform apps.
at_onboarding_flutter
A Flutter plugin project for onboarding any @sign in @platform apps with ease. Provides a QRscanner option and an upload key file option to authenticate.
at_client_mobile
A Flutter extension to the at_client library which adds support for mobile, desktop and IoT devices.
at_contacts_flutter
A Flutter plugin project to provide ease of managing contacts for an @sign using @platform.
at_chat_flutter
A Flutter plugin project to provide a chat feature between @signs built on the @platform to any Flutter application.
at_demo_data
A Dart library that contains test data, testable @sign credentials and demo environment variables that can be used for writing demo apps and testing with the local test environment.
at_contacts_group_flutter
A Flutter plugin project to provide group functionality with contacts using @platform.
at_location_flutter
A Flutter plugin project to share locations between two @signs and track them on OSM (OpenStreetMap).
at_utf7
Provides methods to encode/decode strings to/from the utf7 format as defined in rfc 2152
at_contact
A Dart library for managing contact data that developers can use for their applications.
at_events_flutter
A Flutter plugin project to manage events (time, place and attendees) using the @platform.
at_base2e15
binary-to-text encoding schemes that represent binary data in an unicode string format, each unicode character represent 15 bits of binary data.
at_follows_flutter
A Flutter plugin project that provides a basic social “follows” functionality for @signs. Provides a list of followers and following for @signs with the option to unfollow them.
at_server_spec
A Dart library containing abstract classes that defines what implementations of the root and secondary servers are responsible for.
at_map
A new Flutter plugin.