1. 19 Aug, 2022 1 commit
  2. 12 Jul, 2022 1 commit
  3. 02 Jul, 2022 1 commit
  4. 23 Jun, 2022 1 commit
  5. 12 May, 2022 1 commit
  6. 26 Apr, 2022 1 commit
  7. 15 Apr, 2022 1 commit
  8. 14 Apr, 2022 1 commit
  9. 29 Mar, 2022 1 commit
  10. 22 Mar, 2022 1 commit
  11. 21 Mar, 2022 1 commit
  12. 02 Mar, 2022 1 commit
    • gaaclarke's avatar
      Starts using the `--source` flag to compile the dart registrant. (#98046) · fdcd1446
      gaaclarke authored
      * Starts using the `--source` flag to compile the dart registrant.
      
      * updated general.shard tests
      
      * Fixed the resident compiler flow
      
      * added integration test
      
      * made the integration test self contained
      
      * renamed generated_main to dart_plugin_registrant
      
      * cleaned up for review
      
      * added task runner for ci
      
      * added bringup and TESTOWNERS
      
      * updated failure message
      fdcd1446
  13. 22 Feb, 2022 1 commit
  14. 02 Feb, 2022 1 commit
  15. 26 Jan, 2022 1 commit
  16. 19 Jan, 2022 1 commit
  17. 13 Jan, 2022 1 commit
  18. 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
  19. 11 Nov, 2021 1 commit
  20. 02 Nov, 2021 1 commit
  21. 20 Oct, 2021 1 commit
  22. 11 Oct, 2021 1 commit
  23. 08 Oct, 2021 3 commits
  24. 01 Oct, 2021 2 commits
  25. 21 Jul, 2021 1 commit
  26. 03 Jun, 2021 1 commit
  27. 02 Jun, 2021 1 commit
  28. 01 Jun, 2021 2 commits
  29. 26 May, 2021 1 commit
    • stuartmorgan's avatar
      Allow platform variants for Windows plugins (#82816) · 57fcee28
      stuartmorgan authored
      Windows plugins are designed to share implementations between Win32 and
      UWP, but not all plugins will support both. This adds a new
      'supportedVariants' key to Windows plugins that allows specifying
      'win32' and/or 'uwp' (and potentially others in the future in case that
      becomes necessary).
      
      Plugins without any supported variants will be assumed to be Win32 for
      backward compatibility.
      
      This will allow compiling Windows projects that use Win32-only Windows
      plugins (which is currently all of them) in UWP mode. The plugins will
      of course throw missing implementation exceptions at runtime, but tehy
      won't prevent being able to build as they currently do.
      
      Fixes https://github.com/flutter/flutter/issues/82815
      57fcee28
  30. 25 May, 2021 1 commit
  31. 19 May, 2021 1 commit
  32. 29 Apr, 2021 1 commit
  33. 23 Apr, 2021 1 commit
  34. 13 Apr, 2021 1 commit
  35. 12 Apr, 2021 1 commit