- 05 Jun, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 08 Dec, 2020 1 commit
-
-
Pierre-Louis authored
-
- 07 Oct, 2020 1 commit
-
-
Janice Collins authored
-
- 24 Sep, 2020 1 commit
-
-
Will Larche authored
* [Docs] [Icons] Updating dart doc styles to recognize more styles of icons. All the 4 icon styles we support have to be pulled from 4 individual web fonts when we show the html page for api docs. * Better documentation and that special awful case. * Couple more places to remove.
-
- 06 Aug, 2020 1 commit
-
-
Michael Goderbauer authored
This reverts commit c8cb245f.
-
- 30 Jul, 2020 1 commit
-
-
冷石 Boy authored
-
- 27 Jul, 2020 1 commit
-
-
Todd Volkert authored
Separate out offline docs, docset generation, and docs deployment each into dedicated shards. https://github.com/flutter/flutter/issues/60646
-
- 23 Jul, 2020 1 commit
-
-
Yazeed Al-Khalaf authored
*
Fix Spelling Issues in Main README.md * Fix spelling issues in dev README.md * Fix spelling issues in complex_layout README.md * Fix spelling issues in macrobenchmarks README.md * Fix spelling issues in platform_views_layout README.md * Fix spelling issues in test_Apps/stocks README.md * Fix spelling issues in bots README.md * Spell Check dev/ci README.md * Spell Check dev/ci/docker_linux README.md * Spell Check dev/devicelab README.md * Spell Check dev/docs README.md * Spell Check dev/snippets README.md * Spell Check dev/snippets/config/templates README.md * Spell Check dev/tools/gen_keycodes README.md * Spell Check dev/tools/vitool README.md * Spell Check examples/catalog README.md * Spell Check examples/flutter_view README.md * Spell Check examples/image_list README.md * Spell Check examples/layers README.md * Spell Check examples/platform_channel README.md * Spell Check examples/platform_channel_swift README.md * Spell Check examples/platform_view README.md * Spell Check packages/_flutter_web_build_script README.md * Spell Check packages/flutter_localizations README.md * Spell Check packages/flutter_tools README.md * Spell Check CODE_OF_CONDUCT.md * Spell Check dev/integration_test/android_splash_screens/splash_Screen_load_rotate README.md * Spell Check dev/integration_test/android_views README.md * Spell Check dev/integration_tests/flutter_driver_screenshot_test README.md * Spell Check dev/integration_tests/flutter_gallery README.md * Spell Check dev/integration_tests/gradle_deprecated_settings README.md * Spell Check dev/integration_tests/ios_add2app_life_cycle README.md * Spell Check dev/integration_tests/ios_host_app README.md * Spell Check dev/integration_tests/ios_platform_view_tests README.md * Spell Check dev/automated_tests/flutter_test README.md * Spell Check .github/PULL_REQUEST_TEMPLATE.md * Spell Check .hithub/ISSUE_TEMPLATE/ACTIVATION.md * Spell Check .github/ISSUE_TEMPLATE/BUG.md * Spell Check .github/ISSUE_TEMPLATE/feature_request.md * Spell Check .github/ISSUE_TEMPLATE/performance_others.md * Spell Check .github/ISSUE_TEMPLATE/performance_speed.md * Spell Check packages/flutter_tools/doc/daemon.md * Spell Check packages/flutter_tools/fuchsia_enrtypoint_shim/README.md * Minimize line to 80 columns * Minimize line to 80 columns * Fix Typo * Chnaged numbers to 1 for testing purposes * Changed numbers to 1 for testing purposes * Remove 'a' which is a typo * Change a sentence to be better * Remove 'a' which is a typo * Fix small issue * Fix small typo * Fix some typos * Remove trailing space * Remove trailing space * Fix small typo * Fix Typo * Fix small bug
-
- 11 May, 2020 1 commit
-
-
Tim Sneath authored
-
- 26 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 Feb, 2020 1 commit
-
-
Greg Spencer authored
This PR modifies the existing API docs samples to use DartPad so that all of the samples are now interactive apps on the API docs site. It also removes the restriction for the max width of the description area so that the dartpad region can expand horizontally. I updated the first paragraph on the API docs to indicate that Flutter is more than just mobile now (same text as the README.md at the top level). I modified a few of the examples so that they looked nicer, and fit better on the page. I added the sample description text above each DartPad instance, since that often defines the context of the example. I removed animations and images when they were redundant with the sample content. There were a few that made sense to keep, so I did.
-
- 21 Jan, 2020 1 commit
-
-
Brett Morgan 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
-
- 09 Nov, 2019 1 commit
-
-
Ian Hickson authored
-
- 10 Sep, 2019 1 commit
-
-
Andrew Brogdon authored
-
- 05 Sep, 2019 1 commit
-
-
Andrew Brogdon authored
-
- 28 Aug, 2019 1 commit
-
-
Andrew Brogdon authored
-
- 10 Jul, 2019 1 commit
-
-
Greg Spencer authored
This adds an "anchor button" to each of the samples so that the user can link to individual samples instead of having to link to just the page. Clicking on the anchor button jumps to the anchor, as well as copying the anchor URL to the clipboard. There is some oddness in the implementation: because dartdoc uses a <base> tag, the href for the link can't just be "#id", it has to calculate the URL from the current window href. I do that in the onmouseenter and onclick because onload doesn't get triggered for <a> tags (and onmouseenter doesn't get triggered for mobile platforms), but I still want the href to be updated before someone right-clicks it to copy the URL.
-
- 14 May, 2019 1 commit
-
-
Kate Lovett authored
* Updating dart.dev related links * Update packages/flutter_tools/lib/src/base/context.dart
-
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 20 Mar, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 01 Mar, 2019 2 commits
-
-
Jonah Williams authored
-
Ja Young Lee authored
-
- 20 Feb, 2019 1 commit
-
-
Jonah Williams authored
-
- 15 Feb, 2019 2 commits
-
-
Greg Spencer authored
This fixes the offline Dash/Zeal docs generation to use the newly added dartdoc markers for different entity types to make it more exact when finding entity names. Bumped Dartdoc to the next release.
-
Greg Spencer authored
This converts all remaining "## Sample code" segments into snippets, and fixes the snippet generator to handle multiple snippets in the same dartdoc block properly. I also generated, compiled, and ran each of the existing application samples, and fixed them up to be more useful and/or just run without errors. This PR fixes these problems with examples: 1. Switching tabs in a snippet now works if there is more than one snippet in a single dartdoc block. 2. Generation of snippet code now works if there is more than one snippet. 3. Contrast of text and links in the code sample block has been improved to recommended levels. 4. Added five new snippet templates, including a "freeform" template to make it possible to show examples that need to change the app instantiation. 5. Fixed several examples to run properly, a couple by adding the "Scaffold" widget to the template, a couple by just fixing their code. 6. Fixed visual look of some of the samples when they run by placing many samples inside of a Scaffold. 7. In order to make it easier to run locally, changed the sample analyzer to remove the contents of the supplied temp directory before running, since having files that hang around is problematic (only a problem when running locally with the `--temp` argument). 8. Added a `SampleCheckerException` class, and handle sample checking exceptions more gracefully. 9. Deprecated the old "## Sample code" designation, and added enforcement for the deprecation. 10. Removed unnecessary `new` from templates (although they never appeared in the samples thanks to dartfmt, but still). Fixes #26398 Fixes #27411
-
- 06 Feb, 2019 1 commit
-
-
Janice Collins authored
-
- 25 Jan, 2019 1 commit
-
-
Greg Spencer authored
This changes the DocSetPlatformFamily key to be "dartlang" instead of the name of the package (usually "flutter"). This is so that the IntelliJ plugin for Dash will be able to go directly to the docs for a symbol from a keystroke, instead of needing to search all the docsets each time. Without this, flutter isn't part of the list of package names it searches. After this, it finds the flutter docs because they're declared to be part of the "dartlang" family of docs. Dashing doesn't have a way to configure this, so we modify the Info.plist directly to make the change.
-
- 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
-
- 15 Nov, 2018 2 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
-
Daohan Chong authored
-
- 14 Nov, 2018 1 commit
-
-
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
-
- 12 Nov, 2018 1 commit
-
-
Todd Volkert authored
-
- 08 Nov, 2018 1 commit
-
-
Todd Volkert authored
-
- 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.
-
- 25 Sep, 2018 1 commit
-
-
Kathy Walrath authored
It turns out that #21888 didn't really fix the link, because *this* is the README used by dartdoc for flutter.
-
- 23 Sep, 2018 1 commit
-
-
Ian Hickson authored
-