m10_sdk 0.29.11 icon indicating copy to clipboard operation
m10_sdk: ^0.29.11 copied to clipboard

This package allows Flutter and Dart applications to interact with the M10 platform.

m10_sdk #

Generate protobuf code #

Make sure protoc_plugin version is 20.0.0 or later. Run the following to upgrade:

pub global activate protoc_plugin

Add .pub-cache/bin in your home dir to your PATH.

Ensure protobuf-compiler is installed:

# Linux
sudo apt-get update && sudo apt-get install protobuf-compiler

# Mac
brew install protobuf
protoc --dart_out=grpc:lib/src/generated -I=../../protobuf/ ../../protobuf/sdk/*.proto
protoc --dart_out=grpc:lib/src/generated -I=../../protobuf/ ../../protobuf/sdk/**/*.proto
protoc --dart_out=grpc:lib/src/generated -I=../../protobuf/ ../../protobuf/directory/*.proto
protoc --dart_out=grpc:lib/src/generated -I=../../protobuf/ ../../protobuf/firehose/*.proto
protoc --dart_out=grpc:lib/src/generated -I=../../protobuf/ ../../protobuf/google/*.proto
protoc --dart_out=grpc:lib/src/generated -I=../../protobuf/ ../../protobuf/google/protobuf/*.proto

How to run the tests #

pub run test ./test/all_test.dart
0
likes
110
pub points
0%
popularity

Publisher

verified publisher iconm10.io

This package allows Flutter and Dart applications to interact with the M10 platform.

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

collection, convert, cryptography, dio, equatable, fixnum, grpc, path, protobuf, recase, uuid

More

Packages that depend on m10_sdk