redstone-dart / redstone

A metadata driven microframework for Dart.
http://redstone-dart.github.io/redstone
MIT License
342 stars 42 forks source link

fixes redstone-dart/redstone#133 #164

Closed RobertBlackhart closed 8 years ago

RobertBlackhart commented 8 years ago

Issue #133 showed an error when declaring QueryParams as bool. While migrating my code from version ^0.5.1 to version ^0.6 I ran into this same issue.

bool QueryParam gives error type 'String is not a subtype of type 'bool' of ''

It looks like the fix that was suggested and applied got lost along the way.

Pacane commented 8 years ago

Thanks for catching this. When I released v0.6 I feared to have missed some fixes. This is probably one of them.