Alexandru Dochioiu
Alexandru Dochioiu
Hello! I think it would be nice to have some kind of argument annotation that would allow us to exclude specific args from toString. Something along the lines of: ```dart...
Hey @simolus3, tbh I'm not sure what to make of this and also not sure if this is an issue on my end or a drift bug. I also have...
Having a glance through the code, it looks like it's all been migrated to dart:js_interop (and interop unsafe). The `js` dependency is not needed anymore.
## Steps to Reproduce 1. Execute `flutter run` on the code sample **Expected results:** All buttons and red container should have same height **Actual results:** Buttons with VisualDensity compact and...
Hey @d-markey . Would be great to update squadron to the new dart:js_interop since flutter 3.22.0 added stable wasm support (which doesn't work with dart:html and js/js).