Rody Davis

Results 418 comments of Rody Davis

I think another approach would be to make the initialization check a signal too so it will subscribe regardless!

You should be able to use extension types to create the wrapper around HTMLElement. ```dart extension type MyElement._(HTMLElement _) { external bool get disabled; external set disabled(bool value); external void...

Tests are added and passing locally for me now, and added a long documentation comment!

DartPad example added: https://dartpad.dev/?id=b9151d6329d358e6083095dddb533851

All green except for the tree status!

Yes I am happy to make a more complete dartpad example too! I was planning on making a blog post too since this will make it so easy to make...

Sounds great! And yes I can migrate the example off signals and do a follow up PR for the example. I want to make it more complete to show some...

> From the API example it seems the problem is that the `Stack` widget only covers part of the "canvas" when the transform is applied to it and because of...

> From reading the API docs, my impression is that this is a workaround for `RenderBox.hitTest` culling and the workaround also requires the developer to replicate the part of logic...

> Overall this seems require a lot of effort from the developers, and the flag will probably confuse people who are just trying to learn the widget and not familiar...