1. 03 May, 2023 1 commit
  2. 02 May, 2023 1 commit
  3. 28 Apr, 2023 1 commit
  4. 24 Apr, 2023 1 commit
  5. 21 Apr, 2023 1 commit
  6. 31 Mar, 2023 1 commit
  7. 23 Mar, 2023 1 commit
  8. 21 Mar, 2023 2 commits
  9. 17 Mar, 2023 1 commit
  10. 15 Mar, 2023 1 commit
  11. 10 Mar, 2023 2 commits
  12. 08 Mar, 2023 3 commits
  13. 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
  14. 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
  15. 31 Jan, 2023 1 commit
  16. 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
  17. 21 Jan, 2023 1 commit
  18. 20 Jan, 2023 2 commits
  19. 19 Jan, 2023 3 commits
  20. 18 Jan, 2023 1 commit
  21. 13 Jan, 2023 1 commit
  22. 09 Jan, 2023 1 commit
  23. 22 Dec, 2022 1 commit
    • Camille Simon's avatar
      [iOS] Add task for spell check integration test (#116222) · 9fb1ae83
      Camille Simon authored
      * Add fix and test
      
      * Add test owner
      
      * Print error for testing
      
      * Make sure locale is the problem
      
      * Test capitalization fix
      
      * Take out Android specific test
      
      * Verify eng fix
      
      * Test fix
      
      * Empty-Commit
      
      * Test all tests
      
      * Up string size for testing
      
      * Remove test
      
      * Undo ci.yaml testing changes
      
      * Test android variant:
      
      * Change to testwidgets
      
      * Add widget tester
      
      * Remove android only attempt
      
      * Revert ci.yaml changes
      9fb1ae83
  24. 21 Dec, 2022 1 commit
  25. 20 Dec, 2022 1 commit
  26. 15 Dec, 2022 2 commits
    • hellohuanlin's avatar
      [tools]Build IPA validation UI Polish (#116744) · 0916375f
      hellohuanlin authored
      * [tools]some ui polish for build ipa validation
      
      * do not print out a few success validations
      
      * rename installed type to success for more general usage
      
      * forgot nit after reverting custom validation types and re-use doctor types
      0916375f
    • stuartmorgan's avatar
      Add an integration test to plugin template example (#117062) · f1d157bc
      stuartmorgan authored
      * Add an integration test to plugin template example
      
      Dart unit tests don't exercise host-side plugin code at all, so the
      example tests in the plugin template currently have very little
      meaningful coverage. This adds an integration test to the example app
      when creating a plugin, so that there's an example of how to actually
      test that a complete round-trip plugin call works.
      
      This is done as a separate template that's currently only used by the
      plugin template because I don't know what a good example for a
      non-plugin case would be that isn't largely just a duplicate of the
      widget tests. However, the integration test pre-includes conditionals
      around the parts that are plugin-specific so that it can more easily be
      expanded to other use cases later (e.g., in
      https://github.com/flutter/flutter/issues/68818).
      
      Part of https://github.com/flutter/flutter/issues/82458
      
      * Add integration test to expected dependencies of a plugin app
      
      * Test fixes
      
      * Make an explicit test case
      f1d157bc
  27. 12 Dec, 2022 1 commit
  28. 09 Dec, 2022 1 commit
    • Siva's avatar
      Manual Roll of Flutter Engine from 67254d6e4b03 to 8d83b98c55b3 (#116635) · 7c8e1713
      Siva authored
      * Roll Flutter Engine from 67254d6e4b03 to 8d83b98c55b3
      
      * Roll Dart SDK from 35a9facce191 to e517487c5679 (Dart 3.0) (#38105)
      
      * Bump SDK versions.
      
      * Bump Dart SDK version constraints
      
      * Update shrine package to 2.0.1 (null safe version)
      
      * Fix more tests.
      
      * Include patches from Jason for min android sdk version
      
      * Fix analyzer warning
      7c8e1713
  29. 08 Dec, 2022 1 commit
  30. 07 Dec, 2022 1 commit
  31. 06 Dec, 2022 1 commit
  32. 02 Dec, 2022 1 commit