at_activate_web 1.1.0 copy "at_activate_web: ^1.1.0" to clipboard
at_activate_web: ^1.1.0 copied to clipboard

Web interface for at_activate and registrar API

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate at_activate_web

Use it

The package has the following executables:

$ at_activate_web

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add at_activate_web

With Flutter:

 $ flutter pub add at_activate_web

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

dependencies:
  at_activate_web: ^1.1.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_activate_web/api_client.dart';
import 'package:at_activate_web/config.dart';
import 'package:at_activate_web/cram_key_store.dart';
import 'package:at_activate_web/enrollment_manager.dart';
import 'package:at_activate_web/key_state_store.dart';
import 'package:at_activate_web/transaction_store.dart';
import 'package:at_activate_web/web_assets.dart';
import 'package:at_activate_web/wizard_report_store.dart';
0
likes
90
points
106
downloads

Documentation

API reference

Publisher

verified publisheratsign.org

Weekly Downloads

Web interface for at_activate and registrar API

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

args, at_auth, at_client, at_commons, at_onboarding_cli, at_utils, logging, path, shelf, shelf_router, sse

More

Packages that depend on at_activate_web