# Background Sometimes we just need the protobuf encode/decode feature, especially for embedded environtment # Expect ```sh protoc --dart_out=lib/proto -Iproto proto/*.proto --no-server ``` Then we got `*.pb.dart`, `*.pbenum.dart` and `*.pbjson.dart` only