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
234 stars 40 forks source link

TodoAction should extend BaseAction #65

Closed dave closed 4 years ago

dave commented 4 years ago

TodoAction should extend BaseAction instead of ReduxAction<AppState> or AddTodoAction won't have access to todos.

I think! (My first week of learning Dart so forgive me if I missed something!).