No, when I only started learning Flutter - I found bloc to be too verbose, a lot of boilerplate code required - the provider looked more compact. Do you think bloc is better?
@illya_ike I'm agree with you. When I got familiar with bloc it was feels a little bit complex 😅. And now I just have huge project (with provider) that I started about 2 years ago. But now I see a tendention (and good feedback) to use bloc. So thats why I'm ask. Ну ты понял... 😄.
I was there and I watched this talk in person
It's fantastic
Thank you so much for sharing it here 🎉
The map thing is so cool Mr Filip, thank you for your inspiration
Look forward to watching this. Bout to make a custom RenderSliver and having been going over you video with Ian from five years ago
Thank you for sharing, this is really inspiring tech talk.
Absolutely inspiring thank you so much for sharing this
I always avoid learning customPaints , but after this video I think I will try 😅 .
I'm a big fan from Benin in West Africa
Man, you are cool 😎 !! My respect, honor and attention.
Guys (off topic) are you all using bloc rather than provider?
No, when I only started learning Flutter - I found bloc to be too verbose, a lot of boilerplate code required - the provider looked more compact. Do you think bloc is better?
Nope, I prefer Provider. In case my app requires bloc I need to think about splitting it into smaller apps.
@illya_ike I'm agree with you. When I got familiar with bloc it was feels a little bit complex 😅. And now I just have huge project (with provider) that I started about 2 years ago. But now I see a tendention (and good feedback) to use bloc. So thats why I'm ask.
Ну ты понял... 😄.
In our prod project we use provider. In my personal projects I'm using Riverpod