at_activate_web 1.1.0
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_webUse 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_webWith Flutter:
$ flutter pub add at_activate_webThis 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.0Alternatively, 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';