File tree 4 files changed +7
-1
lines changed
4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ plugin for RIDL synx highlighting.
46
46
| [ typescript] ( https://github.com/webrpc/gen-typescript ) | TypeScript | v1 | ✅ | ✅ |
47
47
| [ javascript] ( https://github.com/webrpc/gen-javascript ) | JavaScript (ES6) | v1 | ✅ | ✅ |
48
48
| [ kotlin] ( https://github.com/webrpc/gen-kotlin ) | Kotlin (coroutines, moshi, ktor) | v1 | ✅ | |
49
- | [ openapi] ( https://github.com/webrpc/gen-openapi ) | OpenAPI 3.x (Swagger) | v1 | ✅ [ * ] ( https://github.com/swagger-api/swagger-codegen#overview ) | ✅ [ * ] ( https://github.com/swagger-api/swagger-codegen#overview ) |
49
+ | [ dart] ( https://github.com/webrpc/gen-dart ) | Dart 3.1+ | v1 | ✅ | |
50
+ | [ openapi] ( https://github.com/webrpc/gen-openapi ) | OpenAPI 3.x (Swagger) | v1 | ✅ [ * ] ( https://github.com/swagger-api/swagger-codegen#overview ) | ✅ [ * ] ( https://github.com/swagger-api/swagger-codegen#overview ) |
50
51
51
52
..contribute more! [ webrpc generators] ( ./gen/ ) are just Go templates (similar to [ Hugo] ( https://gohugo.io/templates/ ) or [ Helm] ( https://helm.sh/docs/chart_best_practices/templates/ ) ).
52
53
Original file line number Diff line number Diff line change 9
9
10
10
"github.com/webrpc/webrpc"
11
11
12
+ dart "github.com/webrpc/gen-dart"
12
13
golang "github.com/webrpc/gen-golang"
13
14
javascript "github.com/webrpc/gen-javascript"
14
15
kotlin "github.com/webrpc/gen-kotlin"
@@ -27,6 +28,7 @@ var embeddedTargetFS = map[string]embed.FS{
27
28
"javascript" : javascript .FS ,
28
29
"openapi" : openapi .FS ,
29
30
"kotlin" : kotlin .FS ,
31
+ "dart" : dart .FS ,
30
32
}
31
33
32
34
// The values are computed in init() function based on go.mod file.
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ require (
47
47
github.com/shopspring/decimal v1.4.0 // indirect
48
48
github.com/spf13/cast v1.6.0 // indirect
49
49
github.com/src-d/gcfg v1.4.0 // indirect
50
+ github.com/webrpc/gen-dart v0.1.1 // indirect
50
51
github.com/xanzy/ssh-agent v0.3.3 // indirect
51
52
golang.org/x/crypto v0.22.0 // indirect
52
53
golang.org/x/mod v0.17.0 // indirect
Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKs
119
119
github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
120
120
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
121
121
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
122
+ github.com/webrpc/gen-dart v0.1.1 h1:PZh5oNNdA84Qxu8ixKDf1cT8Iv6t0g7x6q9aeX1bti4 =
123
+ github.com/webrpc/gen-dart v0.1.1 /go.mod h1:yq0ThW3ANNulJLyR50jx1aZMEVBDp19VUHucK65ayPs =
122
124
github.com/webrpc/gen-golang v0.14.3 h1:u09JwsDxV+7tDf8GXQWI2xI+uqrI5tyrV9QAGHcdbnc =
123
125
github.com/webrpc/gen-golang v0.14.3 /go.mod h1:qy1qEWMlTvrRzjSuQLy+176RqNaX1ymUULDtlo7Dapo =
124
126
github.com/webrpc/gen-golang v0.14.4 h1:2H91MBdudc0IVbde6yB6SulK8qawMGj0gy6k587i8EE =
You can’t perform that action at this time.
0 commit comments