1. 08 Nov, 2021 1 commit
  2. 05 Nov, 2021 1 commit
  3. 29 Oct, 2021 1 commit
    • Greg Spencer's avatar
      Differentiate between TalkBack versions for semantics tests. (#92602) · 5883a662
      Greg Spencer authored
      Makes the android_semantics_testing test not fail for newer versions of Talkback.
      
      Also, since the test now depends on pub_semver, upgraded the pubspec files.
      
      The only substantive changes in the PR are in dev/integration_tests/android_semantics_testing/test_driver/main_test.dart
      5883a662
  4. 28 Oct, 2021 1 commit
  5. 26 Oct, 2021 1 commit
  6. 21 Oct, 2021 1 commit
  7. 19 Oct, 2021 2 commits
  8. 15 Oct, 2021 1 commit
  9. 13 Oct, 2021 1 commit
  10. 12 Oct, 2021 1 commit
  11. 08 Oct, 2021 3 commits
  12. 05 Oct, 2021 1 commit
  13. 04 Oct, 2021 5 commits
    • Janice Collins's avatar
      Update dartdoc to 4.0.0 (#91252) · 35fe52cb
      Janice Collins authored
      35fe52cb
    • Greg Spencer's avatar
      983cbb27
    • Greg Spencer's avatar
      Force building of snippets package executable. (#91110) · 7b8a3c1b
      Greg Spencer authored
      This fixes an issue with the Dart Head-Head-Head CI bot, where it was seeing failures because of concurrent execution of the snippets tool.
      
      It adds a single run of the snippets tool right after activation to force the compiling of the package executable, which is what has trouble with concurrent invocation.
      
      This is a temporary measure until dart pub global run is fixed.
      7b8a3c1b
    • 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
    • Ian Hickson's avatar
  14. 01 Oct, 2021 2 commits
  15. 30 Sep, 2021 1 commit
  16. 29 Sep, 2021 1 commit
  17. 28 Sep, 2021 2 commits
    • Daco Harkes's avatar
    • Greg Spencer's avatar
      Add smoke tests for all the examples, fix 17 broken examples. (#89021) · ab2b0851
      Greg Spencer authored
      This adds a smoke test for every single API example. It also fixes 17 tests that had bugs in them, or were otherwise broken, and even fixes one actual bug in the framework, and one limitation in the framework.
      
      The bug in the framework is that NetworkImage's _loadAsync method had await response.drain<List<int>>();, but if the response is null, it will throw a cryptic exception saying that Null can't be assigned to List<int>. The fix was just to use await response.drain<void>(); instead.
      
      The limitation is that RelativePositionedTransition takes an Animation<Rect> rect parameter, and if you want to use a RectTween with it, the value emitted there is Rect?, and one of the examples was just casting from Animation<Rect> to Animation<Rect?>, which is invalid, so I modified RelativePositionedTransition to take a Rect? and just use Rect.zero if the rect is null.
      ab2b0851
  18. 27 Sep, 2021 1 commit
  19. 24 Sep, 2021 2 commits
  20. 20 Sep, 2021 1 commit
  21. 16 Sep, 2021 1 commit
  22. 15 Sep, 2021 1 commit
  23. 14 Sep, 2021 1 commit
  24. 13 Sep, 2021 1 commit
  25. 08 Sep, 2021 1 commit
  26. 02 Sep, 2021 1 commit
  27. 31 Aug, 2021 1 commit
  28. 30 Aug, 2021 2 commits
  29. 27 Aug, 2021 1 commit