• stuartmorgan's avatar
    Add the beginnings of plugin support for Windows and Linux (#41015) · 56d68a90
    stuartmorgan authored
    Adds very preliminary support for Windows and Linux plugins:
    - Adds those platforms to the new plugin schema, initially supporting just a plugin class.
    - Adds C++ plugin registrant generation for any Windows or Linux plugins found.
    
    This doesn't have yet have any build tooling for either platform, so anyone using the generated registrant still needs to do manual build configuration. This reduces the manual work, however, and creates a starting point for future tooling work.
    
    As with all Windows and Linux work at this time, this is not final, and subject to change without warning in the future (e.g., Windows could potentially switch to a C# interface, or
    'linux' may change to 'gtk' or 'linux_gtk' in pubspec.yaml).
    56d68a90
Name
Last commit
Last update
..
bin Loading commit data...
doc Loading commit data...
gradle Loading commit data...
ide_templates/intellij Loading commit data...
lib Loading commit data...
schema Loading commit data...
static Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
build.yaml Loading commit data...
dart_test.yaml Loading commit data...
pubspec.yaml Loading commit data...