Thanks for the curated/edited closed captioning - much appreciated
@notarealperson97096 ай бұрын
Any talk with Rémi Rousselet is worth a watch, thank you!
@philosophia55776 ай бұрын
It was soo fun to watch and code along!! Thanks Craig and Remi!!!
@dev.arrahman6 ай бұрын
Rémi Rousselet is Genius man❤
@trupalcanada6 ай бұрын
Your t-shirt has a keyed out flutter logo.
@ardanilyas81256 ай бұрын
What? Is He a Terminator😅
@kishandhankecha6 ай бұрын
Such a great content here on Observable series!! Thanks for that. Could you increase the video quality? It looks like watching a 720p video even when watching at 1080p.
@reidosreis4k6 ай бұрын
Great video 💪
@ybbond_5 ай бұрын
"please, give a forecast when the macros will be in the stable" "29:08 sadly the forecast that I can give is that there is no forecast." but I can live with one of the reason that Devtools not hooked in yet
@manishgautam24245 ай бұрын
i need help , i just want to know how can we set global configuration for macro. is that from analysis_options yaml or any other logic , consider we have a macro package for Equatable , here we want EquatableConfig stringify to a bool that is non-final at analysis time as well as runtime is there any way to assign Such Global config
@鄭小白-n4p5 ай бұрын
Will Riverpod change?
@uris776 ай бұрын
I'm afraid there is too much emphasis on macros and that people will start writing macros for things where it isn't a good fit. Debugging errors originiating from inside macros have been a pain in other languages, and I can only imagine the confusing errors we will start getting when people start using macros. Most of the discussions seems to be on `writing` but very little has been said about how troubleshooting, debugging and errors would look.
@pattobrien52285 ай бұрын
did you not see the part of the talk on diagnostics? IMO diagnostics / exception throwing is one of the best things that Dart's macros got right (for now, at least). you can throw exceptions not just on the macro, but on the given arguments of the macro, the class or method its applied to, or really any code that may better explain the issue to a developer. Tbh I would wait to see what the macros implementation looks like before worrying about it being an overused feature.
@krtirtho6 ай бұрын
We'll actually get working (usable because of the speed) function widgets instead of class based widgets
@abhaypatil84786 ай бұрын
Hello Flutter
@chickenbloodmachine2 ай бұрын
"freezed" should be called "frozen".
@krtirtho6 ай бұрын
Can't get behind the fact that the dart team named the class property *clazz* because class is a reserved word lol😂
@AnythingGodamnit4 ай бұрын
Pretty sure this convention started in the Java world
@TekExplorer6 ай бұрын
"something no language has ever done" uhh... Rust macros? So so many languages that have macros? I think augmentstiond are possible different
@gorudonu6 ай бұрын
I think Craig meant that dart's macros are generated "on fly" while in other languages (like in Rust) they're done at compile time
@alenpaulvarghese6 ай бұрын
darts macro are generated on the fly by the dart analyser server afaik. rust also does that
@noelgomile36756 ай бұрын
@@gorudonu I concur, they weren't specific on that point but that's definitely what they meant since other languages with macros exist. With Dart you will be getting feedback in real-time when you are using the macro feature which is quite unique in of itself.
@techplanet0016 ай бұрын
😮
@MrVipulLal5 ай бұрын
Why such a dry and long drawn presentation? Just give some examples!