amazing content, I like how clear your explanations are... If I could recommend something, I'd like to see some more advanced UI builds, not only in terms of different widgets, but rather in terms of modern looks. Thanks for sharing this content!
Hello @Reso Coder, This tutorial seems to be old as the bloc now no longer creates 4 files and instead does 3. and the management seems to be changed as well. Can you please create a new video about the newer one ?
Hi, your channel and explanations are so simple and yet so complete, I think is the best programming channel in TH-cam. Have you ever done a tutorial for getting notifications from FCM when phone is in Doze/ Standby/Idle state? I think is not possible to achieve..
Hey ResoCoder, awesome tutorial as always! Could you make a video on flutter dynamic widget package? It uses Json file to dynamically build flutter widgets
ResoCoder, this is a very nice tutorial and puts knowledge from earlier tutorials into another practical use case! Thank you very much!!! Can you please let us know, which icon theme in VSCode you use? I have the material icons activated, but the bloc folders will not turn yellow as they do in your setup... Thank you!
I use the very extension you have. You can associate your own folder names with predefined icons in the settings - check the docs on the extension's repo.
Man i could not follow this as of the latest March 2020 there is a new "part of" that the auto block creates and the block.dart is removed please could you do an up to date version of this
@@ResoCoder I fully agree, Mr Angelov made a brilliant job of making the architecture of his package so clean and straightforward, consistent a complete. A big thank you that you have shown this package. I was experimenting with the Provider package, too, but, honestly, flutter_block is a lot easier and more reliable to use. Reactive UI programming is really challenging, and not really a fun; with flutter_block however, it is a lot more straightforward. Actually, the plain old setState when smartly used with a nice architecture is more than enough for most situations. But, this flutter_block is really awesome for medium to more feature rich business applications.
Great video. Always let me learn a lot. Thanks!! Please keep up. 💪
The best of the best explanation. Love you bro.
amazing content, I like how clear your explanations are... If I could recommend something, I'd like to see some more advanced UI builds, not only in terms of different widgets, but rather in terms of modern looks.
Thanks for sharing this content!
awesome and clear , thank you so much , you makes me love flutter
You are Awesome i must say👍👍👍hope you will upload videos more frequently
Of course I will! Working on something big right now.
Can you explain it for latest bloc and equatable?
Awsome tutorial but your code needs to an update.
Does not work with current version of Flutter UI.
Hello @Reso Coder,
This tutorial seems to be old as the bloc now no longer creates 4 files and instead does 3. and the management seems to be changed as well. Can you please create a new video about the newer one ?
check his flutter bloc crash course. i just learn it yesterday and it work like charm
@Juan Sin Miedo im not sure if i still have it on my github account
Thanks for your video, and please and how would it be with MiltiBlocProvider inside the Main class?.
I don' t know why, but theme not change :/
Hi, your channel and explanations are so simple and yet so complete, I think is the best programming channel in TH-cam.
Have you ever done a tutorial for getting notifications from FCM when phone is in Doze/ Standby/Idle state?
I think is not possible to achieve..
Hi!
Thank you!
Have new version of this because its not works :(
Hey ResoCoder, awesome tutorial as always! Could you make a video on flutter dynamic widget package? It uses Json file to dynamically build flutter widgets
ResoCoder, this is a very nice tutorial and puts knowledge from earlier tutorials into another practical use case! Thank you very much!!!
Can you please let us know, which icon theme in VSCode you use? I have the material icons activated, but the bloc folders will not turn yellow as they do in your setup... Thank you!
I use the very extension you have. You can associate your own folder names with predefined icons in the settings - check the docs on the extension's repo.
Can you do splash screen for both Android and iOS?
Man i could not follow this as of the latest March 2020 there is a new "part of" that the auto block creates and the block.dart is removed please could you do an up to date version of this
can i follow this tutorial with provider rather than bloc??
thanks
if make about change language app how do this? is very good
hello, is it possible to do navigation in flutter with bloc ?
nice video , but i think ChangeNotifier would be faster and less coded
True
Maybe yes, once you get going with Bloc though, it's easier to do everything using that pattern.
BLoC is a cool pattern but simply overkill for this feature. But a nice showcase of the pattern nonetheless. Really like your work man :)
Sincerely, i use both provider and bloc. I like bloc, it give me more abilities to manage states 'yield'.
@@ResoCoder I fully agree, Mr Angelov made a brilliant job of making the architecture of his package so clean and straightforward, consistent a complete. A big thank you that you have shown this package. I was experimenting with the Provider package, too, but, honestly, flutter_block is a lot easier and more reliable to use. Reactive UI programming is really challenging, and not really a fun; with flutter_block however, it is a lot more straightforward. Actually, the plain old setState when smartly used with a nice architecture is more than enough for most situations. But, this flutter_block is really awesome for medium to more feature rich business applications.
what is the name of this system?
How did you do that at 22:34?
CTRL + .
Thank for very kind of you.
😍
BlocProvider.of(context).dispatch(ThemeChanged(theme: itemAppTheme)); dispatch method does not exist flutter_bloc: ^6.1.1 solved : BlocProvider.of(context)
.add(ThemeChanged(theme: itemAppTheme));
How to persist the theme in every app launch.
Use hive pub.dev/packages/hive