marcglasberg / async_redux

Flutter Package: A Redux version tailored for Flutter, which is easy to learn, to use, to test, and has no boilerplate. Allows for both sync and async reducers.
Other
230 stars 41 forks source link

Missing dispatchSync getter in VmFactory #116

Closed swch01 closed 2 years ago

swch01 commented 2 years ago

The abstract class VmFactory has getters for dispatch and dispatchAsync, but not for dispatchSync.

marcglasberg commented 2 years ago

Fixed in version 13.0.6. Thank you!