dart-lang / http2

A HTTP/2 implementation for dart.

Home Page:https://pub.dev/packages/http2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't use new function syntax

kevmoo opened this issue · comments

Commit e787697 uses the new function syntax which is broken on 1.24.2

This is breaking folks – ship 0.1.4+1 using typedefs.

Would be good to get tests running on Travis to validate things...

Thank you, @jakobr-google ! 🙌