renggli / dart-statemachine

Simple, but generic state machine framework for Dart.
http://pub.dartlang.org/packages/statemachine
MIT License
78 stars 10 forks source link

add type for Machine.current #8

Closed MrGreenTea closed 3 years ago

MrGreenTea commented 3 years ago

See #7

MrGreenTea commented 3 years ago

I would also love to type the setter but am to unexperienced with dart to know how to do union types

renggli commented 3 years ago

Thank you for the fix, that was a nasty bug.

Unfortunately Dart doesn't support union types (yet). Only workaround I see is to have different accessors?