1. 24 Mar, 2023 1 commit
  2. 23 Mar, 2023 3 commits
  3. 22 Mar, 2023 4 commits
  4. 21 Mar, 2023 1 commit
  5. 18 Mar, 2023 1 commit
  6. 17 Mar, 2023 1 commit
  7. 16 Mar, 2023 1 commit
  8. 15 Mar, 2023 1 commit
  9. 14 Mar, 2023 4 commits
  10. 09 Mar, 2023 1 commit
  11. 08 Mar, 2023 4 commits
  12. 03 Mar, 2023 1 commit
  13. 02 Mar, 2023 1 commit
  14. 01 Mar, 2023 3 commits
  15. 23 Feb, 2023 1 commit
  16. 21 Feb, 2023 1 commit
  17. 17 Feb, 2023 1 commit
  18. 16 Feb, 2023 1 commit
  19. 15 Feb, 2023 3 commits
    • 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
    • Loïc Sharma's avatar
      Fix the `flutter run -d linux` tests (#120721) · a9f43665
      Loïc Sharma authored
      * Fix the Linux run_debug_test_linux test
      
      * ?
      
      * Also do release
      
      * ??
      a9f43665
    • Loïc Sharma's avatar
      2cfca820
  20. 14 Feb, 2023 1 commit
  21. 13 Feb, 2023 4 commits
  22. 10 Feb, 2023 1 commit