at_primitives 1.0.0 copy "at_primitives: ^1.0.0" to clipboard
at_primitives: ^1.0.0 copied to clipboard

Primitive types and utilities for AT Protocol. This package provides basic data structures and utilities used across AT Protocol implementations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add at_primitives

With Flutter:

 $ flutter pub add at_primitives

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

dependencies:
  at_primitives: ^1.0.0

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_primitives/at_identifier.dart';
import 'package:at_primitives/at_uri.dart';
import 'package:at_primitives/nsid.dart';
0
likes
150
points
212
downloads

Publisher

verified publisheratprotodart.com

Weekly Downloads

Primitive types and utilities for AT Protocol. This package provides basic data structures and utilities used across AT Protocol implementations.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#atproto #bluesky #primitives #utilities

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

Dependencies

freezed_annotation, json_annotation

More

Packages that depend on at_primitives