1. 23 May, 2023 1 commit
  2. 19 May, 2023 1 commit
  3. 12 May, 2023 1 commit
  4. 05 May, 2023 1 commit
    • Alberto Azinar's avatar
      improvement : removed required kotlin dependency (#125002) · 4d4b3cf2
      Alberto Azinar authored
      This PR removed the non-necessary required Koltin dependency. This is because the Kotlin Gradle adds the dependency on the standard library automatically. 
      
      Fixes #98212
      
      *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy]. *
      4d4b3cf2
  5. 02 May, 2023 1 commit
    • Jenn Magder's avatar
      Migrate Xcode projects last version checks to Xcode 14.3 (#125827) · 1861ac47
      Jenn Magder authored
      1. Add iOS and macOS migration to mark "last upgraded" Xcode version to 14.3 to prevent `Update to recommended settings` warning.
      2. Update iOS and macOS templates to same.
      3. Update iOS template to set `BuildIndependentTargetsInParallel` to YES as suggested.  I didn't add a migration for this since it seems like a minor optimization and I don't think it's worth a potentially botched/corrupted migration.
      4. Run all example/integration test project to see migrator work.
      5. Add some missing test projects to the build shard since I noticed they were missing and I had to build those manually outside `SHARD=build_tests`.
      
      Fixes https://github.com/flutter/flutter/issues/125817
      See https://github.com/flutter/flutter/pull/90304 for Xcode 13 example.
      1861ac47
  6. 28 Apr, 2023 1 commit
  7. 27 Apr, 2023 1 commit
  8. 19 Apr, 2023 1 commit
  9. 14 Apr, 2023 1 commit
  10. 06 Apr, 2023 1 commit
  11. 05 Apr, 2023 1 commit
  12. 29 Mar, 2023 1 commit
  13. 28 Mar, 2023 1 commit
  14. 21 Mar, 2023 2 commits
  15. 17 Mar, 2023 2 commits
  16. 16 Mar, 2023 1 commit
  17. 23 Feb, 2023 1 commit
  18. 16 Feb, 2023 1 commit
  19. 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
  20. 13 Feb, 2023 1 commit
  21. 02 Feb, 2023 1 commit
  22. 24 Jan, 2023 2 commits
    • 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
    • Ahmed Ashour's avatar
      Remove superfluous words. (#119008) · c35efdaa
      Ahmed Ashour authored
      * Remove superfluous words.
      
      * Update packages/flutter/lib/src/widgets/slotted_render_object_widget.dart
      Co-authored-by: 's avatarMichael Goderbauer <goderbauer@google.com>
      c35efdaa
  23. 13 Jan, 2023 1 commit
  24. 03 Jan, 2023 1 commit
  25. 21 Dec, 2022 1 commit
  26. 15 Dec, 2022 1 commit
    • 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. 15 Nov, 2022 1 commit
  28. 07 Nov, 2022 1 commit
  29. 24 Oct, 2022 1 commit
  30. 18 Oct, 2022 1 commit
  31. 08 Oct, 2022 1 commit
  32. 09 Sep, 2022 2 commits
  33. 03 Sep, 2022 1 commit
  34. 02 Sep, 2022 1 commit
  35. 30 Aug, 2022 1 commit