Alexandru Dochioiu

Results 25 issues of 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...

enhancement

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...

bug
needs-info
backend-web-wasm

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...

framework
f: material design
has reproducible steps
found in release: 3.7
found in release: 3.9
team-design
triaged-design
:hourglass_flowing_sand:

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).

enhancement