leancode_contracts 0.8.0 copy "leancode_contracts: ^0.8.0" to clipboard
leancode_contracts: ^0.8.0 copied to clipboard

Dart contracts runtime for a CQRS API.

leancode_contracts #

Runtime dependencies needed by package:leancode_contracts_generator.

Installation #

dart pub add leancode_contracts

Types #

The following types are provided by package:leancode_contracts:

  • TimeOnly - describes a time of day with microsecond precision
  • DateOnly - describes a particular day
  • DateTimeOffset - a DateTime with a fixed offset
  • Binary - binary data stored as a base64 encoded string

Refer to the API documentation for more info.