MH Johnson
MH Johnson
The addition of the `pendingFontLoads` function would allow users to request multiple google fonts, then asynchronously wait for the fonts to be loaded. For example, the following snippet will show...
I know that this is a big ask, but it would be great to one day have full "projects", with multiple files and even assets in a dartpad. Similar to...
Right now, when semantics are enabled in flutter web, anchor tags are created around anything that is `Semantics(link: true)`. These anchor tags have an `href="#"`. Right now, when these anchor...
The "Sample Code" windows leave a lot of empty space, and sometimes I want to expand the window to read the code better. Being able to click and drag to...
Android studio has common Flutter templates. By typing `stless` hitting ` + ` and then hitting `enter`, you can very easily create a new stateless widget.  A very similar...