Skip to content

Commit 254be4b

Browse files
[WORKFLOW] Updating protos from viamrobotics/api, commit: a2094d3966bdbefa3c2b3c6ed41df8f15bcdd932 (#295)
Co-authored-by: viambot <[email protected]>
1 parent f9649ef commit 254be4b

File tree

4 files changed

+196
-1
lines changed

4 files changed

+196
-1
lines changed

lib/src/gen/app/v1/app.pb.dart

Lines changed: 144 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/gen/app/v1/app.pbgrpc.dart

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/gen/app/v1/app.pbjson.dart

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ grpc_duration.Duration durationToProto(Duration duration) {
9494

9595
String getVersionMetadata() {
9696
const String sdkVersion = 'v0.0.26';
97-
const String apiTag = 'v0.1.360';
97+
const String apiTag = 'v0.1.361';
9898

9999
return 'flutter;$sdkVersion;$apiTag';
100100
}

0 commit comments

Comments
 (0)