Flutter Firebase & DDD Course [28] - Adding Todos UI

preview_player
Показать описание
📗 Get the code 👇👇

📧 Get Flutter news 📰 and resources:

👨‍💻 Do you write good code? Find out now!

Todos. Finally! We've implemented everything there was to implement and now we can start working on the reorderable todo list. Let's start with creating new and empty todos.

Go to my website for more information, code examples, and articles:

Follow me on social media:
Рекомендации по теме
Комментарии
Автор

Perfect timing. Just binged the the whole course and was sad it's over. But here we got about 20 minutes more of the good stuff!

marcelnehrig
Автор

I don't think I need to watch the full video to comment about it, It must be a great video as always!
You are just awesome ^_^

salmanfrahman
Автор

Completely awesome ! Each episode, i learn something new !

albanr
Автор

man soo much hard work for this series hope next series are short and sweet with flutter_bloc and api...Great Content

nepalcodetv
Автор

First of all -> this is great tutorial. My favourite, actually. Nevertheless, I think it is possible to enhance this part's logic and do not use Provider. I suggest to add one more Block event -> and just to pass TodoItemPrimitive.empty() there. All logic for overloading and other checks will be performed there...

AntonDerevyanko
Автор

Great video. I think it could be better to have 2 events for adding and deleting todo items instead of 1 changed event. like this you could work directly with bloc state. You wont need to have another state just for presentation.

baha
Автор

Not bad being the 4th person to make a comment...

Thanks a lot Matt 🤗🤗

eligbuefelix
Автор

Matt, where would be the best place to log errors? Inside the fold on failures or watching onTransitions for failed states?

GabrielCosta-xrvr
Автор

How many videos left to complete this serie ?

bronzo
Автор

Excellent videos I admire your work a lot, thanks for all that effort. It would be great if you could do a DDD architecture tutorial but with REST API.

diegoarmandocastroaurora
Автор

Hi Reso!
For me the best way of learning from your course is to build different app with little of even very different features. Why? Because I am thinking! Not just dummy watching and rewriting from git repo.
Thanks!

pawelrolbiecki
Автор

What do you think about Getx? are you planning to do videos about it? Btw, great content!

DelgadoRecords
Автор

looking back on this, I reckon the bloc listener that sets the formTodos should be put in todo_list_widget.dart 🤔

urklegizmo
Автор

Wow I’m first. I came even before the notification 😋

wilsonowilson
Автор

Hi Matt,
Great tutorials. I am facing one issue with this architecture. The flutter inspector isn’t working somehow and when I enable “widget select mode” on any screen in the app it shows me the circular loader, which is what we show in the splash screen.

sourabhpal
Автор

Can you make a video about your app development process? Or an actual complete production app (Full tutorial)?

bazilbaachu
Автор

Hello reso I need to start learning flutter which playlist in your chale is suite for me?

georgedrooj
Автор

I'm getting this error " The method 'plusElement' isn't defined for the type 'KtList' " on the line
Provider.of<FormTodos>(context, listen: false).value = Provider.of<FormTodos>(context, listen: false).value.plusElement( TodoItemPrimitive.empty());

Could anyone please help me ?

ravipoudel
Автор

Hey, Can you make one video on user subscription

akarshs
Автор

Hi Sir,

My name is Ragesh. I am a dot net developer from Kochi, Kerala India. I am a newbie in flutter development. I am really looking for good tutorial videos of flutter and I have the ambition to build an app in a production-grade architecture.

Last few months back I found your video Learn Flutter Clean Architecture & TDD - Full Course (Flutter Tutorial) on YouTube. I think this is the finest coding architecture of Flutter I have ever seen. So, I could wish to follow this code architecture in my flutter project.

Can I use this coding architecture in my flutter project? because I need to build an app that has a production-grade coding architecture.

Could you please advise?

rageshputhiyedath