- 19 Jul, 2021 1 commit
-
-
Christopher Fujino authored
-
- 08 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 04 Jun, 2021 1 commit
-
-
Dan Field authored
-
- 24 Apr, 2021 1 commit
-
-
Christopher Fujino authored
-
- 04 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 08 Jan, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 17 Dec, 2020 1 commit
-
-
Todd Volkert authored
Add a check that a pubspec file exists before trying to read it.
-
- 20 Nov, 2020 1 commit
-
-
Janice Collins authored
-
- 09 Nov, 2020 1 commit
-
-
Michael Thomsen authored
-
- 21 Oct, 2020 1 commit
-
-
Janice Collins authored
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 03 Aug, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 30 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 28 Jul, 2020 3 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Alexandre Ardhuin authored
-
- 22 Apr, 2020 1 commit
-
-
Kate Lovett authored
-
- 19 Mar, 2020 1 commit
-
-
Janice Collins authored
-
- 20 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 05 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 17 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 31 Jul, 2019 1 commit
-
-
Keerti Parthasarathy authored
-
- 27 Jun, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Jun, 2019 2 commits
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 01 Mar, 2019 2 commits
-
-
Jonah Williams authored
-
Ja Young Lee authored
-
- 04 Feb, 2019 1 commit
-
-
Janice Collins authored
-
- 15 Jan, 2019 1 commit
-
-
Janice Collins authored
-
- 08 Jan, 2019 1 commit
-
-
Danny Tuppeny authored
-
- 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
-
- 28 Nov, 2018 1 commit
-
-
Greg Spencer authored
Now that dartdoc automatically generates snapshots for external dart tools, I can remove my path hack from the dartdoc_options.yaml file. This will allow other packages to again build dartdocs (e.g. plugins) that link to Flutter's dartdocs, and allow me to re-enable dartdoc's cross-linking test that was disabled because of this hack.
-
- 10 Nov, 2018 1 commit
-
-
Todd Volkert authored
* Re-order platform_integration to be more featured * Remove flutter_goldens_client * Fix snippet precompilation to always run `pub get` and to detect snapshot failure
-
- 07 Nov, 2018 1 commit
-
-
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.
-
- 23 Oct, 2018 1 commit
-
-
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.
-
- 11 Oct, 2018 1 commit
-
-
Janice Collins authored
-