pkg_transus version: 0.0.8

Published 2026-07-27

ruud

sdk | dart
repository | svn
platform | generic
status | n/a
  • Readme
  • Changelog
  • Versions

pkg_transus

Typed Dart wrapper around the Transus WebConnect SOAP schema at https://webconnect.transus.com/?wsdl.

graph

Features

  • Calls the M10100, M10105, M10110, M10120, and M10300 operations.
  • Uses dio for transport and xml for SOAP envelope parsing.
  • Exposes typed request, response, and SOAP fault classes.

Getting started

Add the package to your project and create a TransusWebConnectClient.

Usage

import 'package:transus/transus.dart';

final client = TransusWebConnectClient();

final response = await client.m10100(
  const M10100(
    clientId: 'your-client-id',
    clientKey: 'your-client-key',
    message: '<payload />',
    transactionId: 'transaction-123',
  ),
);

print(response.exitCode);

Changelog

0.0.8 - 2026-07-27

Changed

  • Version bump from 0.0.7 to 0.0.8 (synchronized -> 3.4.1+1 (was 3.4.1)).

0.0.7 - 2026-07-27

Changed

  • Version bump from 0.0.6 to 0.0.7 (dio -> 5.11.0 (was 5.10.0)).

0.0.6 - 2026-07-03

Changed

  • Version bump from 0.0.5 to 0.0.6 (test -> 1.31.2 (was 1.31.1)).

0.0.5 - 2026-06-30

Changed

  • Version bump from 0.0.4 to 0.0.5 (dio -> 5.10.0 (was 5.9.2)).

0.0.4 - 2026-06-29

Changed

  • Version bump from 0.0.3 to 0.0.4 (test -> 1.31.1 (was 1.31.2)).

0.0.3 - 2026-06-29

Changed

  • Version bump from 0.0.2 to 0.0.3 (test -> 1.31.2 (was 1.31.1)).

0.0.2 - 2026-06-03

Changed

  • Version bump from 0.0.1 to 0.0.2 (synchronized -> 3.4.1 (was 3.4.0+1)).

0.0.1 - 2026-04-28

  • Initial version.

0.0.8

2026-07-27 download

0.0.6

2026-07-03 download

0.0.4

2026-06-29 download

0.0.2

2026-06-03 download

0.0.1

2026-04-28 download