Bill Foote

Results 90 comments of Bill Foote

Just to flesh out a use case: Running dartdoc on private classes would be really nice when people use the state pattern. Navigating around a deep inheritance tree isn't very...

With flutter 3.7.8, this is no longer reproducible. Unclear if this is a Heisenbug, or if Google fixed something in 3.7.8. Their release notes don't mention anything relevant, but that's...

It is still failing, viz: Flutter doctor output: ``` Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.13.2, on Microsoft Windows [Version 10.0.19045.3324], locale...

> ... will not use Nexa but the default font instead. Not surprising, but it might not be too hard to add more extensive support for text fonts in this...

> One thing that strikes me when reading your considerations here, is that since I'm making a floor plan, I have put the SVG into an interactiveViewer widget that allows...

Oh, come to think of it, there's an easier way: Put the widget that gets the mouse events _inside_ the interactive viewer. That is, make the widget that holds the...

Note to self: For `ScalableImageWidget`, the `CustomPainter` is of course a `RenderObjectWidget`. That means I can safely get a `RenderBox` to get me the widget's size like this: ``` late...

Hi @Bindslev, I think this is about done. Let me know if you need a release candidate on pub.dev. Check out the documentation of `ExportedIDLookup`. The demo program uses this,...