orderly_core_contracts 0.1.0+7145
orderly_core_contracts: ^0.1.0+7145 copied to clipboard
Dart protobuf and gRPC contract types for Orderly Core integrations.
Orderly Core Contracts #
Dart protobuf and gRPC contracts for Orderly Core.
The generated files are published under lib/proto and can be imported directly:
import 'package:orderly_core_contracts/proto/BaseTypes.pb.dart';
import 'package:orderly_core_contracts/proto/AccountService.pbgrpc.dart';
Regenerate the Dart files after changing files in the repository interface directory:
dart pub get
dart pub global activate protoc_plugin 25.0.0
dart run tool/generate.dart
Before publishing:
dart format --set-exit-if-changed lib test tool example
dart analyze
dart test
dart pub publish --dry-run
License #
Copyright (c) Orderly. All rights reserved. See LICENSE.