Thank you! I'm super happy that you like the content 💙
@MehranMohseni-p3z5 ай бұрын
"Wow, this Flutter tutorial is amazing! 🥳 The explanations are super clear, and the examples make it so much easier to understand.
@imaNNeO5 ай бұрын
I'm super happy that you liked it! If you want to motivate me, you can share the channel with your friends! Cheers!
@MehranMohseni-p3z5 ай бұрын
@@imaNNeO I’ll definitely do it.
@r.i.c.o98204 ай бұрын
They use import prefixes (such as prefix0) in generated code to avoid collisions in class names. So if you declare your own class called String, it wouldn't cause conflicts with dart core library because they will have different prefixes
@imaNNeO4 ай бұрын
Nice! Thanks for sharing your valuable knowledge.
@msh_dev7 ай бұрын
The best thing is that when macros are fully released, Flutter and dart is going to be changed a lot for the better.
@imaNNeO7 ай бұрын
Yes, that's a revolution in Dart and Flutter.
@hq_net3 ай бұрын
thanx :)
@imaNNeO3 ай бұрын
You're welcome 🤗 Don't forget to subscribe to the channel and watch other videos that I have 💙
@munawerali80457 ай бұрын
so if i want to access empty or copywith functions so, what can I do?
@imaNNeO7 ай бұрын
You can use data_class package that uses macros: github.com/felangel/data_class
@whity25087 ай бұрын
Hope riverpod and freeze package can change to macro, It was so annoying to generate file😢
@imaNNeO7 ай бұрын
Felix is working on data classes, so I think we don't need to use freeze anymore. Check it out here: github.com/felangel/data_class
@TekExplorer7 ай бұрын
Freezed is itself being worked on for macro support as well. Notice that remi published a build as the dataclass package