1. 02 Feb, 2023 1 commit
  2. 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
  3. 13 Jan, 2023 1 commit
  4. 03 Jan, 2023 1 commit
  5. 21 Dec, 2022 1 commit
  6. 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
  7. 15 Nov, 2022 1 commit
  8. 07 Nov, 2022 1 commit
  9. 24 Oct, 2022 1 commit
  10. 18 Oct, 2022 1 commit
  11. 08 Oct, 2022 1 commit
  12. 09 Sep, 2022 2 commits
  13. 03 Sep, 2022 1 commit
  14. 02 Sep, 2022 1 commit
  15. 30 Aug, 2022 1 commit
  16. 25 Aug, 2022 2 commits
  17. 22 Aug, 2022 1 commit
  18. 12 Aug, 2022 1 commit
  19. 11 Aug, 2022 1 commit
  20. 05 Aug, 2022 1 commit
  21. 26 Jul, 2022 1 commit
  22. 25 Jul, 2022 1 commit
  23. 15 Jul, 2022 1 commit
  24. 27 Jun, 2022 1 commit
  25. 13 Jun, 2022 1 commit
  26. 27 May, 2022 2 commits
  27. 19 May, 2022 1 commit
  28. 15 May, 2022 1 commit
  29. 12 May, 2022 1 commit
  30. 02 May, 2022 1 commit
  31. 26 Apr, 2022 1 commit
  32. 15 Apr, 2022 3 commits
  33. 14 Apr, 2022 1 commit
  34. 13 Apr, 2022 1 commit
    • Callum Moffat's avatar
      Support trackpad gestures in framework (#89944) · 30a50180
      Callum Moffat authored
      * Implement trackpad gestures in framework
      
      * Touch and Pan/Zoom pointers have separate IDs now
      
      * Handle trackpad pointer device type
      
      * Respect supportedDevices for pan/zoom events
      
      * Update after rebase
      
      * Fix check failures
      
      * Avoid error with very short drags
      
      * Address feedback
      
      * Refactor drag event handler
      
      * Address more feedback
      
      * Add some missing punctuation
      30a50180