1. 23 Feb, 2023 1 commit
  2. 15 Feb, 2023 2 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
    • stuartmorgan's avatar
      Add Android unit tests to plugin template (#120720) · ef49f566
      stuartmorgan authored
      * Add Java tests
      
      * Add Kotlin
      
      * Add integration testing
      
      * Add cerate tests
      ef49f566
  3. 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
  4. 21 Dec, 2022 1 commit
  5. 18 Oct, 2022 1 commit
  6. 19 May, 2022 1 commit
  7. 15 Apr, 2022 1 commit
  8. 07 Apr, 2022 1 commit
  9. 31 Mar, 2022 1 commit
  10. 09 Mar, 2022 1 commit
  11. 04 Feb, 2022 1 commit
  12. 02 Feb, 2022 1 commit
  13. 26 Jan, 2022 1 commit
  14. 14 Jan, 2022 1 commit
  15. 04 Jan, 2022 2 commits
    • Zachary Anderson's avatar
      Revert "FFI plugins (#94101)" (#96122) · 65c6e882
      Zachary Anderson authored
      This reverts commit 5257f029.
      65c6e882
    • Daco Harkes's avatar
      FFI plugins (#94101) · 5257f029
      Daco Harkes authored
      * Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop.
      * Sample code doing a synchronous FFI call.
      * Sample code doing a long running synchronous FFI call on a helper isolate.
      * Use of `package:ffigen` to generate the bindings.
      5257f029
  16. 15 Dec, 2021 1 commit
  17. 20 Nov, 2021 1 commit
  18. 07 Nov, 2021 1 commit
  19. 05 Nov, 2021 3 commits
  20. 08 Oct, 2021 1 commit
    • Zachary Anderson's avatar
      Revert gradle roll (#91459) · 5188df08
      Zachary Anderson authored
      * Revert "Mark last failing test after gradle update as flaky. (#91423)"
      
      This reverts commit 46a52d03.
      
      * Revert "fix android template for Gradle 7 (#91411)"
      
      This reverts commit 51d06d53.
      
      * Revert "Add explicit version for mac and windows openjdk. (#91408)"
      
      This reverts commit bf429f27.
      
      * Revert "Update the openjdk version used by linux android tests. (#91405)"
      
      This reverts commit 2144ab8b.
      
      * Revert "Migrate to Gradle 7.0.2 / AGP 7.0.1 (#90642)"
      
      This reverts commit b6459f9b.
      5188df08
  21. 07 Oct, 2021 1 commit
  22. 10 Sep, 2021 1 commit
  23. 07 Sep, 2021 1 commit
  24. 04 Sep, 2021 1 commit
  25. 03 Sep, 2021 1 commit
  26. 13 May, 2021 1 commit
  27. 10 May, 2021 1 commit
  28. 22 Apr, 2021 1 commit
  29. 20 Apr, 2021 1 commit
  30. 30 Mar, 2021 1 commit
  31. 08 Mar, 2021 1 commit
  32. 26 Feb, 2021 1 commit
  33. 22 Feb, 2021 1 commit
  34. 14 Jan, 2021 1 commit
  35. 03 Dec, 2020 1 commit
  36. 02 Dec, 2020 1 commit