NebulaFox
NebulaFox
I noticed that when you set `TextField`'s input decoration border to `OutlineInputBorder` it does encompass it's full size. `TextField ` example: https://dartpad.dev/?id=9fdc5bbe62239c8912ced4d1677abe89 `InputDecorator` example: https://dartpad.dev/?id=4c1d9d0962bfaf77f57a519cafb3a1e8 **Expected results:** I would expect...
Based on the work of Microsoft's Rx http://guides.rxswift.org/
Only know for external image Steps to Reproduce 1. Have a image format not listed on under type, in my example i have a tiff image 2. Add `_canonical_uri` to...
Here is a code example of the problem: https://dartpad.dev/9b23c8bdfbe53e41bbeba2f055f88eff If you replace the line with `Text("blah")` with `DataMessage()` then `Draggable` works. The problem is a widget that uses a `InheritedWidget.dependOnInheritedWidgetOfExactType`...