• 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
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.codecov.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODEOWNERS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENT_GRANT Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...