Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Given the following, the Dart generator produces a bad pubspec.yaml for example.thrift. It should reference "base", but instead uses an empty string.
base.thrift
struct Foo {}
example.thrift
include "base.thrift"
service FooService {
base.Foo foo()
}