1. 31 Jul, 2023 1 commit
  2. 29 Jun, 2023 1 commit
  3. 24 Jun, 2023 1 commit
  4. 31 May, 2023 1 commit
  5. 16 May, 2023 1 commit
  6. 15 May, 2023 4 commits
  7. 10 May, 2023 1 commit
  8. 03 May, 2023 1 commit
  9. 02 May, 2023 1 commit
  10. 28 Apr, 2023 1 commit
  11. 24 Apr, 2023 1 commit
  12. 21 Apr, 2023 1 commit
  13. 31 Mar, 2023 2 commits
  14. 23 Mar, 2023 1 commit
  15. 21 Mar, 2023 2 commits
  16. 17 Mar, 2023 1 commit
  17. 15 Mar, 2023 1 commit
  18. 10 Mar, 2023 2 commits
  19. 08 Mar, 2023 3 commits
  20. 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
      Unverified
      e65dfba8
  21. 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
      Unverified
      ddebe833
  22. 31 Jan, 2023 1 commit
  23. 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
      Unverified
      e3c51a2f
  24. 21 Jan, 2023 1 commit
  25. 20 Jan, 2023 2 commits
  26. 19 Jan, 2023 3 commits
  27. 18 Jan, 2023 1 commit
  28. 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.
      Unverified
      f989d551
  29. 13 Jan, 2023 1 commit