1. 29 Jun, 2023 1 commit
    • Jackson Gardner's avatar
      Skwasm benchmarks. (#129681) · 1b887c72
      Jackson Gardner authored
      This enables benchmarks for the Skwasm renderer, compiled with
      dart2wasm.
      
      Platform views aren't supported in Skwasm yet, so we are skipping those
      benchmarks for now.
      1b887c72
  2. 24 Jun, 2023 1 commit
  3. 31 May, 2023 1 commit
  4. 16 May, 2023 1 commit
  5. 15 May, 2023 4 commits
  6. 10 May, 2023 1 commit
  7. 03 May, 2023 1 commit
  8. 02 May, 2023 1 commit
  9. 28 Apr, 2023 1 commit
  10. 24 Apr, 2023 1 commit
  11. 21 Apr, 2023 1 commit
  12. 31 Mar, 2023 2 commits
  13. 23 Mar, 2023 1 commit
  14. 21 Mar, 2023 2 commits
  15. 17 Mar, 2023 1 commit
  16. 15 Mar, 2023 1 commit
  17. 10 Mar, 2023 2 commits
  18. 08 Mar, 2023 3 commits
  19. 15 Feb, 2023 1 commit
    • stuartmorgan's avatar
      Add Linux unit tests to plugin template (#120814) · e65dfba8
      stuartmorgan authored
      * Add Linux unit tests to plugin template
      
      Adds an example native unit test to the plugin template for Linux,
      matching the structure we use for our 1P plugin unit tests. Once these
      have been added for all platforms+languages, they will be documented on
      a new plugin development page to explain their use.
      
      While ideally we would adjust the engine APIs first to allow for testing
      the method call handler directly, it's unclear when we will have time
      for that work, and for a complex plugin most of the testing wouldn't be
      at that layer anyway, so having the structure in place with the
      limitations documented is still a significant improvement over having
      nothing in the template.
      
      Part of https://github.com/flutter/flutter/issues/82458
      
      * Add creation test
      
      * Add integration tests
      
      * Missing newlines
      
      * test owner
      
      * Typo
      e65dfba8
  20. 13 Feb, 2023 1 commit
    • gaaclarke's avatar
      Added integration test for wide gamut support. (#119657) · ddebe833
      gaaclarke authored
      * Added integration test for wide gamut support.
      
      * cleaned up
      
      * deleted files that can be generated
      
      * switched back to standard flutter in the shell script
      
      * added devicelab task
      
      * removed analysis options
      
      * analyzer
      
      * Fixed task
      
      * made local_run.sh not executable
      
      * analyzer
      
      * removed the logo asset
      
      * added task to ci
      
      * updated pubspec
      
      * analysis errors fixed
      
      * updated pubspec
      ddebe833
  21. 31 Jan, 2023 1 commit
  22. 24 Jan, 2023 1 commit
    • stuartmorgan's avatar
      Add Windows unit tests to plugin template (#118638) · e3c51a2f
      stuartmorgan authored
      * Add Windows unit tests to plugin template
      
      Adds an example native unit test to the plugin template for Windows,
      matching the format we use for our 1P plugin example app unit tests.
      Once these have been added for all platforms+languages, they will be
      documented on a new plugin development page to explain their use.
      
      Since we don't appear to be running our current plugin e2e tests for
      Windows, this adds a new configuration to run them. I haven't
      `led`-tested this, so it may not work, but this will give a starting
      point for getting them running.
      
      Part of https://github.com/flutter/flutter/issues/82458
      
      * Minor fix
      
      * Add test owner
      
      * Fix typo
      
      * Fix test feature flag
      e3c51a2f
  23. 21 Jan, 2023 1 commit
  24. 20 Jan, 2023 2 commits
  25. 19 Jan, 2023 3 commits
  26. 18 Jan, 2023 1 commit
  27. 17 Jan, 2023 1 commit
    • Ricardo Amador's avatar
      Devicelab android emulator (#113472) · f989d551
      Ricardo Amador authored
      * Testing whether emulator is possible.
      
      * Adding changes to see if emulator can be used from recipe.
      
      * adding emulator support.
      
      * Add the emulator flag for testing.
      
      * Using string for boolean since it cannot be parsed in properties
      
      * Checking to see if these changes are being used.
      
      * Updated bool back to string
      
      * Remove trailing whitespace from file.
      f989d551
  28. 13 Jan, 2023 1 commit
  29. 09 Jan, 2023 1 commit