- 04 Jan, 2019 1 commit
-
-
Janice Collins authored
-
- 22 Dec, 2018 1 commit
-
-
Hans Muller authored
-
- 17 Dec, 2018 1 commit
-
-
Danny Tuppeny authored
* Fall back to ANDROID_SDK_ROOT if ANDROID_HOME is not set And update descriptions to use the non-deprecated ANDROID_SDK_ROOT. Fixes #15114. * Remove trailing whitespace * Update dev/devicelab/lib/framework/adb.dart Co-Authored-By: DanTup <danny@tuppeny.com> * Reformat long line
-
- 12 Dec, 2018 1 commit
-
-
Janice Collins authored
* Allow snippets tool to be run from arbitrary CWDs * Drop use of absolute when using Platform.executable (path is not relative, might require PATH resolution) * canonicalize paths * Use path.fromUri consistently to resolve file URIs * Force commit to try to kick Cirrus * Force commit to kick Cirrus, again
-
- 11 Dec, 2018 1 commit
-
-
Greg Spencer authored
This sets the favicon for the offline Dash/Zeal docs. Also, sets up the OpenSearch Description metadata file so that people can create custom search shortcuts for the API docs site. Fixes #6412
-
- 29 Nov, 2018 2 commits
-
-
Dan Field authored
* build tests - AOT on all, APK on Linux, IPA on Mac
-
Todd Volkert authored
-
- 28 Nov, 2018 1 commit
-
-
Todd Volkert authored
-
- 19 Nov, 2018 3 commits
-
-
Janice Collins authored
-
Hans Muller authored
This reverts commit 4ec8883b.
-
Hans Muller authored
-
- 17 Nov, 2018 1 commit
-
-
Greg Spencer authored
Hopefully Firebase is all done compacting now, so we're going to try and build docs again.
-
- 15 Nov, 2018 3 commits
-
-
Greg Spencer authored
(re-land of #24244) This generates a zip file containing all of the docs, and uploads it when we publish docs, as well as a Dash/Zeal docset that contains a feed of the docs. Addresses at least part of #9955
-
Jonah Williams authored
* Revert "Add dashing config file for generating docset from flutter docs (#24374)" This reverts commit ec8ca860. * Revert "Update driver script to execute test through test_core (#24168)" This reverts commit 6c62cf33.
-
Jonah Williams authored
-
- 14 Nov, 2018 2 commits
-
-
Greg Spencer authored
Landing on red in order to fix the build.
-
Greg Spencer authored
This reverts commit f3a4f7e8. Accidental merge on red.
-
- 13 Nov, 2018 1 commit
-
-
Greg Spencer authored
This generates a zip file containing all of the docs, and uploads it when we publish docs, as well as a Dash/Zeal docset that contains a feed of the docs. Addresses at least part of #9955
-
- 11 Nov, 2018 1 commit
-
-
Jonah Williams authored
-
- 10 Nov, 2018 1 commit
-
-
Todd Volkert authored
To see if it stops the Cirrus crashing
-
- 09 Nov, 2018 2 commits
-
-
Jonah Williams authored
-
Todd Volkert authored
-
- 08 Nov, 2018 1 commit
-
-
Greg Spencer authored
This converts existing ## Sample code samples to {@tool sample}...{@end-tool} form. Also: 1. Fixed a minor bug in analyze-sample-code.dart 2. Made the snippet tool only insert descriptions if the description is non-empty. 3. Moved the Card diagram to before the code sample.
-
- 07 Nov, 2018 3 commits
-
-
Greg Spencer authored
-
Greg Spencer authored
When converting all of the samples to use the snippet tool, I encountered some bugs/shortcomings: 1. The document production took 90 minutes, since the snippet tool was being invoked from the command line each time. I fixed this by snapshotting the executable before running, so it's down to 7 minutes. 2. The sample code was not being properly escaped by the snippet tool, so generics were causing issues in the HTML output. It is now quoted. 3. Code examples that used languages other than Dart were not supported. Anything that highlight.js was compiled for dartdoc with is now supported. 4. The comment color for highlight.js was light grey on white, which was pretty unreadable. It's now dark green and bold.
-
Jonah Williams authored
-
- 06 Nov, 2018 4 commits
-
-
Ian Hickson authored
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 71e9bd6f.
-
Jonah Williams authored
-
- 05 Nov, 2018 1 commit
-
-
Greg Spencer authored
This rewrites the sample code analysis script to be a little less of a hack (but still not pretty), and to handle snippets as well. It also changes the semantics of how sample code is handled: the namespace for the sample code is now limited to the file that it appears in, so some additional "Examples can assume:" blocks were added. The upside of this is that there will be far fewer name collisions. I fixed the output too: no longer will you get 4000 lines of numbered output with the error at the top and have to grep for the actual problem. It gives the filename and line number of the original location of the code (in the comment in the tree), and prints out the source code on the line that caused the problem along with the error. For snippets, it prints out the location of the start of the snippet and the source code line that causes the problem. It can't print out the original line, because snippets get formatted when they are written, so the line might not be in the same place.
-
- 02 Nov, 2018 3 commits
-
-
Hans Muller authored
This reverts commit 76a1abd4.
-
Hans Muller authored
-
Jonah Williams authored
This reverts commit 949cfcf1.
-
- 01 Nov, 2018 2 commits
-
-
Hans Muller authored
-
Michael Klimushyn authored
-
- 30 Oct, 2018 2 commits
-
-
Greg Spencer authored
-
Ian Hickson authored
* Avoid abbreviations * Sample code for AppBar.leading * Add a test for OverflowBox/FractionallySizedBox * Minor wording improvements in the text. The words "note that" here don't really contribute to the flow.
-
- 23 Oct, 2018 2 commits
-
-
Jacob Richman authored
-
Greg Spencer authored
This creates a custom dartdoc tool that will generate snippet blocks in our API docs that allow the user to copy easily to the clipboard, and will also embed the snippet code into a template to show it in a larger context with an app. This PR adds the snippet tool, a template, and a couple of HTML skeleton files, one for snippets that are designed to be in an application setting, and one where it simply puts a nice container around existing snippets, making them easier to copy to the clipboard.
-