at_primitives 1.0.0
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';