1. 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
  2. 15 Nov, 2022 1 commit
  3. 24 Oct, 2022 1 commit
  4. 22 Aug, 2022 1 commit
  5. 27 Jun, 2022 1 commit
  6. 26 Apr, 2022 1 commit
  7. 14 Apr, 2022 1 commit
  8. 25 Mar, 2022 1 commit
  9. 22 Mar, 2022 1 commit
  10. 09 Mar, 2022 1 commit
  11. 02 Feb, 2022 1 commit
  12. 26 Jan, 2022 1 commit
  13. 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
  14. 09 Jul, 2021 1 commit
  15. 28 Jun, 2021 1 commit
  16. 24 Jun, 2021 1 commit
  17. 10 Jun, 2021 1 commit
  18. 02 Jun, 2021 1 commit
  19. 19 May, 2021 1 commit
  20. 15 May, 2021 1 commit
  21. 13 May, 2021 1 commit
  22. 10 May, 2021 1 commit
  23. 07 May, 2021 1 commit
  24. 27 Apr, 2021 1 commit
  25. 22 Apr, 2021 1 commit
  26. 20 Apr, 2021 2 commits
  27. 30 Mar, 2021 1 commit
  28. 18 Mar, 2021 1 commit
  29. 16 Mar, 2021 1 commit
  30. 13 Mar, 2021 1 commit
  31. 12 Mar, 2021 1 commit
  32. 05 Mar, 2021 1 commit
  33. 04 Mar, 2021 1 commit
  34. 26 Feb, 2021 1 commit
  35. 12 Feb, 2021 1 commit
  36. 11 Feb, 2021 1 commit
  37. 01 Feb, 2021 1 commit
    • Robert Ancell's avatar
      Make Linux apps non-unique by default. (#74959) · 09adc359
      Robert Ancell authored
      This stops them attempting to own a D-Bus name, which may not be possible if the
      app is sandboxed (e.g. in a Snap). It's also probably what most developers would
      expect is the correct behaviour by default.
      09adc359
  38. 27 Jan, 2021 1 commit