1. 25 May, 2022 1 commit
  2. 18 May, 2022 1 commit
  3. 27 Apr, 2022 1 commit
  4. 14 Apr, 2022 1 commit
  5. 10 Nov, 2021 1 commit
  6. 09 Nov, 2021 1 commit
  7. 04 Oct, 2021 1 commit
    • Greg Spencer's avatar
      Clean up examples, remove section markers and --template args (#91133) · fd9ce277
      Greg Spencer authored
      This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder.
      
      I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed.
      
      I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
      fd9ce277
  8. 15 Sep, 2021 1 commit
  9. 25 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Extract Sample code into examples/api (#87280) · 33403bd2
      Greg Spencer authored
      This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
      33403bd2
  10. 12 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Switch document generation to use the snippets package (#87231) · 10e4b040
      Greg Spencer authored
      Switch document generation to use the snippets package instead of the snippets code in the Flutter repo. In the process, some bugs in sample code analysis have been fixed, and I've fixed some more errors in the samples.
      
      This will allow the snippets package to be developed separately from the Flutter repo, and reduce the code in the Flutter repo.
      
      The snippets code is deleted in this PR.
      
      I also converted some comments in the snippet templates to be regular comments instead of doc comments, because having a doc comment block before the imports causes the Dart import sorter to lose the comment. They should have been regular comments in the first place.
      
      The snippets package resides in the assets-for-api-docs repo.
      
      The sample analysis has also been converted to be run in parallel, and I've bumped the Dartdoc version to 1.0.2.
      10e4b040
  11. 10 May, 2021 1 commit
  12. 28 Apr, 2021 1 commit
  13. 26 Apr, 2021 1 commit
  14. 13 Mar, 2021 1 commit
  15. 12 Mar, 2021 1 commit
  16. 11 Feb, 2021 1 commit
  17. 29 Jan, 2021 1 commit
  18. 24 Dec, 2020 1 commit
  19. 11 Dec, 2020 1 commit
  20. 17 Nov, 2020 1 commit
    • Aneesh Rao's avatar
      AdoptAWidget - Progress indicator (#69498) · 93828d35
      Aneesh Rao authored
      * Add examples for LinearProgressIndicator
      
      * Add examples for CircularProgressIndicator
      
      * Change name Linear  -> Circular
      
      * Remove unnecessary changes
      
      * Add images to docs
      
      * Fix semi-colon bugs
      
      * Fix trailing spaces
      
      * Fix more semicolon bugs
      
      * Remove imports in docs
      
      * Remove error causing line breaks
      
      * Add ticker providers
      
      * Add more ticker providers
      
      * Remove assets and combine samples
      
      * Removed 6 samples
      
      * Remove unnecessary animation
      Co-authored-by: 's avatarJohn Ryan <ryjohn@google.com>
      
      * Remove unnecessary animation
      Co-authored-by: 's avatarJohn Ryan <ryjohn@google.com>
      
      * Use material theme
      Co-authored-by: 's avatarJohn Ryan <ryjohn@google.com>
      
      * Apply suggestions from code review
      Co-authored-by: 's avatarJohn Ryan <ryjohn@google.com>
      93828d35
  21. 02 Nov, 2020 2 commits
  22. 30 Oct, 2020 1 commit
  23. 28 Oct, 2020 1 commit
  24. 10 Oct, 2020 1 commit
  25. 06 Oct, 2020 1 commit
  26. 30 Jul, 2020 1 commit
  27. 29 Jul, 2020 1 commit
  28. 13 Jul, 2020 1 commit
  29. 11 Jun, 2020 1 commit
  30. 16 May, 2020 1 commit
  31. 06 May, 2020 1 commit
  32. 27 Apr, 2020 1 commit
  33. 13 Dec, 2019 1 commit
  34. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      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
      449f4a66
  35. 19 Mar, 2019 1 commit
  36. 15 Mar, 2019 1 commit
  37. 01 Feb, 2019 1 commit
  38. 15 Nov, 2018 1 commit
  39. 02 Nov, 2018 1 commit