We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c74f0 commit 899ad7dCopy full SHA for 899ad7d
buf.gen.yaml
@@ -2,6 +2,6 @@ version: v1
2
managed:
3
enabled: true
4
plugins:
5
- - plugin: dart
+ - plugin: buf.build/protocolbuffers/dart:v24.0.0
6
out: lib/src/grpc/generated
7
opt: grpc
pubspec.yaml
@@ -10,16 +10,16 @@ environment:
10
sdk: '>=3.0.0 <4.0.0'
11
12
dependencies:
13
+ archive: ^4.0.7
14
fixnum: ^1.0.0
- grpc: ^3.0.0
15
+ grpc: ^5.0.0
16
http: ^1.0.0
17
jose: ^0.3.2
- protobuf: ^3.0.0
18
-
+ protobuf: ^5.1.0
19
dev_dependencies:
20
build_runner: ^2.4.4
21
code_builder:
22
dart_style:
23
- lints: ^3.0.0
24
- path:
+ lints: ^6.0.0
+ path: ^1.9.0
25
test: ^1.21.6
0 commit comments