1. 25 Aug, 2021 1 commit
  2. 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
  3. 23 Apr, 2021 1 commit
  4. 13 Apr, 2021 1 commit
  5. 12 Apr, 2021 1 commit
  6. 09 Apr, 2021 1 commit