you explained the enum picture in wonderful way ❤ ... But there is one issue ... when we call data from RestAPI then how we can set value enum value to our order class because restapi always return string, num, int, double, boolean values ?
A simple mapping, of the string (hopefully the enum value name) from the dB can be mapped using a custom function in the enum. First method I did should give you an idea.
Nice example to learn the enhanced enums. Is there any benefit of using enhanced enum vs having extensions over it? And is there any performance benefit or just devX?
Your content is so much easier to understand and is relatable to real project. Please keep on making content like this
you are the only one who explained enums in detail. thanks !
Glad it was helpful!
Can't express in words how rich your content is. Thank You
07:25 I did't exect this kind of great tutorial.
thank you very much!
Thank you. I'm glad I could help.
the UI is frigging awesome and provides a nice value to the content additionally.
I have never seen such useful details like this.
You're just a perfect instructor ever
Thank you, I just passing down what I use and what I've learned. Glad you approve.
Great video, I think good up to date Dart/Flutter tutorials are hard to find. I’ll be patiently waiting for more content!
New video coming soon. I'm glad you like the content.
This is amazing! Thank you for a very helpful content.
Thank you for such a great tutorial!
Wonderful explanation and wait for the upcoming videos
Me too
Great topic and very well explained.
Thanks for the video. Keep up the good work ❤
Amazing and unique way for explaination, we need more ❤
Wow very nice, We need bloc playlist thank you
Bloc will be an interesting one.
Amazing the way you explain th3 things. Here a new suscribe and congrat for you nice work
Welcome aboard!
Very cool video, make more like this
Thanks, will do!
i love this video simple but rock thanks men great job with this
Excellent video.
Thank you
love this video, make such more videos
Next video on the way. I hope to see you.
Good one brother
Thanks for the video. Keep up the good work ❤
best content, thanks alot
Great Video
Glad you enjoyed it
you explained the enum picture in wonderful way ❤ ... But there is one issue ... when we call data from RestAPI then how we can set value enum value to our order class because restapi always return string, num, int, double, boolean values ?
A simple mapping, of the string (hopefully the enum value name) from the dB can be mapped using a custom function in the enum. First method I did should give you an idea.
Nice bro
Thank you bro I hope you found the video helpful...
Nice example to learn the enhanced enums.
Is there any benefit of using enhanced enum vs having extensions over it?
And is there any performance benefit or just devX?
can you add a video to set up admin role in order to manage the order status ? so it can be a playlist with the same concepts
thanks for sharing
in new Dart update is no longer available mapIndexed? I receive an error
Brother you have to use collection package
Can you tell me what extension you use to auto complete your code?
Basic flutter extension and codeium a free ai tool.
Awesome!
Which package do you use for making this status cards?
I made the cards my self, the code is available on the link
can i know, what theme that you use for your vs code?
I am using the Community material theme ocean high contrast
nice work
Great.
Can you please make a flutter playlist from basics to advanced?
What are you trying to learn exactly?
Maybe building an app from scratch?
Yes exactly.
Insightfull
It was a nice video. Could you make some videos on provider, Firebase(storage, firestore, realtime database).
Will definitely do that. Thank you. Would you like a full app development type video?
Thanks
Bro make video on bloc pattern
The problem with enum for me is that the title and description are translatable, so I have to write it for more than language so it's useless for me.
Well actually, you may be able to since they are just string values you can link to your translation files I believe 🤔
pleaae dont add background music it's disturbing
Noted
Cool I don’t argue, but in Rust enum is much much cooler and more powerful
In most languages actually