monarch_grpc 2.3.1 copy "monarch_grpc: ^2.3.1" to clipboard
monarch_grpc: ^2.3.1 copied to clipboard

gRPC interfaces for Monarch. Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.

monarch_grpc #

Contains gRPC interfaces for the Monarch CLI and the Monarch Controller.

Install gRPC proto buffer compiler #

  1. Install the Protocol Buffer Compiler.
    1. For Windows, install the pre-compiled binaries.
    2. For macOS, you can install the pre-compiled binaries or use a package manager.
  2. Install the Dart plugin for the protocol compiler:
$ dart pub global activate protoc_plugin

If you need further install instructions the gRPC Dart Quick start.

Regenerate gRPC code #

On macOS:

$ sh tools/gen_grpc.sh

On Windows:

PS> .\tools\gen_grpc.bat

gRPC resources #

0
likes
110
pub points
54%
popularity

Publisher

verified publishermonarchapp.io

gRPC interfaces for Monarch. Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

grpc, monarch_definitions, protobuf

More

Packages that depend on monarch_grpc