Building a Todo Application (CRUD) In Flutter With Redux - Part 3

preview_player
Показать описание
In this tutorial, we take a look at a more advanced example of Redux in Flutter. We add Typed Middleware, Typed Reducers and look at how to add more functionality to our application.

Support the Channel and Join Patreon:

Dontate:
ETH: 0x03247265dd5242605bD2FA3c40fb3b70d9e3D685
Cardano: addr1q9auccwrr9ws8qdyv45f4qwsx76pfmld4zapks89sakq94ay0xmle73y0r8ruwd0zslls4eglf98lghru7ywv56cedysk7ftjt

Рекомендации по теме
Комментарии
Автор

This is really fantastic again!!! Thank you, tensor!

RobertWildling
Автор

Thanks for your videos. They are really helping me to get into the world of redux in flutter

marcoantonio
Автор

great job, and thank you.


looks like the shared dependency is the same thing as redux-persist in RN


will do research for redux-thunk to avoid the async side effect of getting data from api or db

marcmoo
Автор

Thank you for the excellent tutorial, I still do have questions as to how to build a multiple-page app with redux, and how do I update something periodically, say I want to make a timer.

haos
Автор

Good lord, Redux can get complicated quite quickly, jesus.

Fanaro
Автор

could you please explain List<middleware<AppState>> what does it means and
also what is TypedMiddleware<AppState, AddItemAction>(saveItems).

kurakulaprashanth
Автор

I watched your tutorial It was great experience and I learn lot more new things, I want to ask a question Can we make app which is similar to ERP(enterprise resource planning) by using DART?

nikhilkarpe
Автор

Hey, above github link doesnt include

pradeep
Автор

In redux how to dispatch actions to the Store from methods? it will be helpful if you make a video about it

humayunrahi
Автор

Hello Tensor, What name is your vsc theme??

felixyin
Автор

On line: ? item.copyWith(completed: !item.completed) >>> I get 'the named parameter completed isn't defined'

granuzlek
Автор

Shouldn't "next()" go at the end of the function? After the Middleware has executed

michelfeinstein
Автор

Thanks for this great tutorial!
I was wondering why have you decided to use Redux instead of BloC which seems to be quite popular these days?
Thanks!

jiyaomu
Автор

I guess you forgot to add the following under middleware list: "TypedMiddleware<AppState,

ugurcanyildirim
Автор

Really good content... btw you move the mouse cursor too much. It is irritating, but tnx for the great videos.

parwandaha
Автор

Hi Tensor, thanks for sharing! Do you know, what i really don't like in your video tutors?!
You immediately start tutor from coding,
there are no word what we will do today, what's the final state of app, what we are going to do today.
For example: we will do today the weather app, this is the final state, or today we will add this new feature like in this demo.

Thanks, i think, i able to explain problem. if you have questions, im here, just to give another feedbacks

kanybekmomukeev