Getting Started

This page covers the quickest path to installing and navigating Transmit Dart Auth SDK.

Install the Package

Add the package to your pubspec.yaml:

dependencies:
  transmit_dart_auth_sdk: ^0.0.4

Then run:

dart pub get

Import the Library

import 'package:transmit_dart_auth_sdk/transmit_dart_auth_sdk.dart';

Start with the Package Sources

  • Pubspec: apps/sdks/transmit-dart-auth-sdk/transmit-dart-auth-sdk/pubspec.yaml

  • README: apps/sdks/transmit-dart-auth-sdk/transmit-dart-auth-sdk/README.md

  • Examples: apps/sdks/transmit-dart-auth-sdk/transmit-dart-auth-sdk/example

  • Tests: apps/sdks/transmit-dart-auth-sdk/transmit-dart-auth-sdk/test

Build the Docs

From apps/sdks/transmit-dart-auth-sdk/transmit-dart-auth-sdk/docs:

npm install
npx antora antora-playbook.yml

The generated site is written to build/site.