@marufhassan634

It was an amazing tutorial and this may seem redundant to most but having this on your CV can give it a huge boost and make you stand out among thousands of CVs. As Rivaan mentioned, there aren't many resources where you can learn this so it's a huge contribution to the Flutter community as well. 

My only issue with video is that there is an error in the model class even after running code gen which shouldn't be there and commenting a model class used in codegen is a bad practice. No one is going to remember why they did it after a few weeks. If some GDE or expert can point out the issue and the fix, it would be really helpful and Rivaan can pin it in the comment section.

@dabelydadi7551

Riivan there is no one like you in this world, all your content are pretty valuable

@hardiklakhalani6268

Your content quality is the BEST 😘

@faheemullah9121

You have a unique of teaching.
I appreciate your efforts and time for us.
I would request you to provide us a short video on bloc pattern in flutter.
That have main key points of bloc pattern.
Thanks 💌

@sammyjokes9613

Every time you drop a new content, I'm eager to watch coz I know it's going to be benefiting ❤

@redaantar8908

I just discovered your channel, and I’m literally amused of the knowledge you covered in your videos, i have a question pls, do you have any idea about how the apps gen services (drag and drop) such as flutterflow works behind the scenes.

@randomcsguy2065

DAMN!!!!!!!!!!!!!!!! cannut wait to see how far rivan will go in 2023

@rajatkhoware2364

Great content, Rivaan! However, I'm curious about handling nested models. For example, if we have a User model that includes multiple other models like Address, how should we approach managing this structure?

@siddhant4882

great channel and great tut, well done.

@prashantbhardwaj7627

Thank you God for sending Rivaan.

@abhayrawat8812

Super video bro.... Thanks a lot for info !!!🤟

@adil_elkhallouki

really your channel is a treasure cave👌👌👌

@zendphpcolombia4902

Nice video thanks, although india english is a battle field hahaha, anyway you have a new subscriber

@dimilkalathiya

Amazing video rivaan

I was able to create simple generator that makes extension for class to create copyWith method without error

But unfortunately it turns out that this code doesn't work with latest plugin update i wasn't able to generate any code untill I've used your pubspec.lock file to lock to your versions 😅

I really appreciate your work if you got any new info please let us know on brief or new video for it will always be treat for eyes 🎉

@md.ismailalamkhan

Really great explanation good job man.

@Elite7555

Alright, now I understand why everybody hates code generation in Dart.

@a.alg0hary549

this channel is amazing

@aktxyz

at one point your command line has "flutter pub run build_runner build watch " ... not sure but I think it should be "build" or "watch" ... not both?

@lightgaming1142

How would I access the generic type of the annotation ex.: @MyAnnotation<Model>  how do I get the Model classname. And how should I do imports in the generated code? Like how would I import the Model class?

@Aboelnasrmo

Hi Rivan , thanks for the video , i have one question , how to use it in another app?