Eric Seidel

Results 144 issues of Eric Seidel

e.g. ``` import 'package:test/test.dart'; {{#imports}} import '{{{.}}}'; {{/imports}} void main() { test(''{{ schemaName }} json round trip'', () { final value = {{ schemaName }}.testValue(); final json = value.toJson(); final...

Compare that to the same in github: It's just harder to read. 🤷