Jaguar-dart / jaguar_hotreload

Hot reloader for Dart
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

port to Dart2 #3

Closed zoechi closed 5 years ago

zoechi commented 5 years ago

I had a use case for this package and tried it. Worked great after a few tweaks! I hope you don't mind the changes I made in coding style.

tejainece commented 5 years ago

Thanks for the PR! I was planning to work on this but found no time.

Most code style changes are awesome. Only thing I found limiting is the use of var/final without types when the type of the variable is not exactly perceivable.

zoechi commented 5 years ago

Yeah, sorry for that. I mostly try to follow the Dart style guide and they violate omit_local_variable_types.