orbe_proto 0.1.5 copy "orbe_proto: ^0.1.5" to clipboard
orbe_proto: ^0.1.5 copied to clipboard

Build proto files without protoc compiler.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate orbe_proto

Use it

The package has the following executables:

$ orbe_proto

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add orbe_proto

With Flutter:

 $ flutter pub add orbe_proto

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  orbe_proto: ^0.1.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:orbe_proto/orbe_proto.dart';
0
likes
130
points
15
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Build proto files without protoc compiler.

License

MIT (license)

Dependencies

args, path, protoc_plugin

More

Packages that depend on orbe_proto