Greg Spencer
Greg Spencer
Flutter's build now produces offline docsets for Dash and Zeal that you can subscribe to. The feed for Flutter 1.0 (stable) docset feed URL: is https://docs.flutter.io/offline/flutter.xml The feed for Flutter...
The described behavior is indeed as designed and expected. In web pages (even those not using Flutter), the expected behavior is to scroll on spacebar if a text field isn't...
Also, I agree that the key event should be given to the framework, but if modifying the shortcuts works for you, then the key event is indeed getting to the...
In your video, it appears that the screen is scrolling on space even when the text field has focus, which is not intended behavior. Is the text field in the...
> Not sure if this could also be an issue but pointing it out just in case. Do we have permission to use the title/text of the sample emails in...
Sorry, this is no longer relevant. The content was merged in another PR.
@Yuvaraj-Gajaraj The `snippet` tool is only designed to work with the Flutter source code, to generate our own API docs. If you're trying to use it for another project, you'll...
As I mentioned [above](https://github.com/dart-lang/dartdoc/issues/2161#issuecomment-602838219), the snippets tool was built solely to serve the needs of the Flutter repo, not as a general solution, and isn't really suited for general use....
Sorry, I introduced that. We could standardize on one form, and deprecate the other, allowing both forms of the deprecated one. I think the one with the dash is more...
The error text is kind of irrelevant: the error is expected, and not produced by Dart-Code (it's produced by running a unit test). It's the result of ⌘-clicking on the...