activitypub 1.2.10 copy "activitypub: ^1.2.10" to clipboard
activitypub: ^1.2.10 copied to clipboard

A library for the ActivityPub standard. Created an also used by Fedodo.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add activitypub

With Flutter:

 $ flutter pub add activitypub

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

dependencies:
  activitypub: ^1.2.10

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:activitypub/activitypub.dart';
3
likes
120
points
120
downloads

Publisher

verified publisherfedodo.org

Weekly Downloads

A library for the ActivityPub standard. Created an also used by Fedodo.

Repository (GitHub)
Contributing

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

http, jwt_decoder, logger

More

Packages that depend on activitypub