1. 08 Sep, 2021 2 commits
  2. 05 Sep, 2021 1 commit
  3. 31 Aug, 2021 2 commits
  4. 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
  5. 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
  6. 07 Aug, 2021 1 commit
  7. 04 Aug, 2021 2 commits
  8. 03 Aug, 2021 1 commit
  9. 30 Jul, 2021 1 commit
    • Renzo Olivares's avatar
      Add enableIMEPersonalizedLearning flag to TextField and TextFormField (#87002) · 9c32e5a1
      Renzo Olivares authored
      * Add requestPrivacy parameter to TextField
      
      * remove logs
      
      * No need to pass _Editable requestPrivacy for now
      
      * Forgot from last commit
      
      * Add requestPrivacy flag to text form field
      
      * Update docs
      
      * Add requestPrivacy to CupertinoTextField
      
      * Add test to verify requestPrivacy flag is sent to engine properly
      
      * update docs
      
      * fix tests
      
      * rename requestPrivacy to enableIMEPersonalizedLearning
      
      * Update text_input.dart
      
      * default to true
      
      * Have diagnostic properties default to true for enableIMEPersonalizedLearning
      9c32e5a1
  10. 28 Jul, 2021 1 commit
  11. 27 Jul, 2021 1 commit
  12. 22 Jul, 2021 1 commit
  13. 16 Jul, 2021 1 commit
  14. 15 Jul, 2021 1 commit
  15. 14 Jul, 2021 3 commits
  16. 13 Jul, 2021 2 commits
  17. 08 Jul, 2021 2 commits
  18. 01 Jul, 2021 3 commits
  19. 28 Jun, 2021 1 commit
  20. 25 Jun, 2021 1 commit
  21. 24 Jun, 2021 1 commit
  22. 18 Jun, 2021 1 commit
  23. 16 Jun, 2021 1 commit
  24. 10 Jun, 2021 2 commits
  25. 08 Jun, 2021 1 commit
  26. 04 Jun, 2021 1 commit
  27. 02 Jun, 2021 2 commits
  28. 01 Jun, 2021 1 commit
  29. 21 May, 2021 1 commit