floppypaste
@floppypaste.bsky.social
Flutter Developer. Check out my logging package: notice
Hey @kevmoo.com how is the progress on Augmentations and Enhanced Parts? I hope they will improve build_runner dx significantly
September 13, 2025 at 11:37 AM
Hey @kevmoo.com how is the progress on Augmentations and Enhanced Parts? I hope they will improve build_runner dx significantly
Reposted by floppypaste
We have unfortunately decided to stop working on macros.
You can read the statement here: medium.com/dartlang/an-...
Feel free to ask me any follow up questions.
You can read the statement here: medium.com/dartlang/an-...
Feel free to ask me any follow up questions.
An update on Dart macros & data serialization
We have invested significant time and resources to prototype macros over the past couple years. Unfortunately, each time we solved a major…
medium.com
January 29, 2025 at 10:23 PM
We have unfortunately decided to stop working on macros.
You can read the statement here: medium.com/dartlang/an-...
Feel free to ask me any follow up questions.
You can read the statement here: medium.com/dartlang/an-...
Feel free to ask me any follow up questions.
@rodydavis.com I was running into problems needing to use signals across async gaps yesterday. I was just wondering if you've ever considered using darts runZoned() for storing the evalContext across async gaps? dart.dev/libraries/as... Has most likely a performance impact, could still be worth it.
Zones
Manage your asynchronous code: handle uncaught errors, override behavior (such as printing and scheduling tasks), and more.
dart.dev
December 11, 2024 at 12:06 PM
@rodydavis.com I was running into problems needing to use signals across async gaps yesterday. I was just wondering if you've ever considered using darts runZoned() for storing the evalContext across async gaps? dart.dev/libraries/as... Has most likely a performance impact, could still be worth it.
I absolutly despise #dart 's build runner dx although I couldn't live without it. The fact that i need to flood my codebase with tons of .g files generated in a 2-minute process every time i change a simple variable drives me actually a bit crazy. I desperately need macros.
November 24, 2024 at 10:52 PM
I absolutly despise #dart 's build runner dx although I couldn't live without it. The fact that i need to flood my codebase with tons of .g files generated in a 2-minute process every time i change a simple variable drives me actually a bit crazy. I desperately need macros.