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

Added mustCallSuper requirement #161

Closed aprzedecki closed 3 months ago

aprzedecki commented 3 months ago

If an action already contains before override, the mixin won't work without calling super

marcglasberg commented 3 months ago

@aprzedecki Thank you for the PR!