Flow.Launcher/Flow.Launcher.Plugin
2021-01-26 18:01:39 +11:00
..
Interfaces add eol 2021-01-17 19:10:26 +11:00
Properties
SharedCommands revert unintended deletion 2021-01-24 21:15:30 +11:00
SharedModels fix formatting + naming 2021-01-26 18:01:39 +11:00
ActionContext.cs
AllowedLanguage.cs
BaseModel.cs
EventHandler.cs
Feature.cs
Flow.Launcher.Plugin.csproj Merge remote-tracking branch 'upstream/dev' into PluginAPIExpand 2021-01-25 05:36:40 +08:00
FodyWeavers.xml
IAsyncPlugin.cs add eol 2021-01-17 19:10:26 +11:00
IPlugin.cs add eol 2021-01-17 19:10:26 +11:00
IPublicAPI.cs fix formatting + naming 2021-01-26 18:01:39 +11:00
ISettingProvider.cs
PluginInitContext.cs add default constructor for plugin init context to solve error in testing 2021-01-07 09:42:19 +08:00
PluginMetadata.cs update message + window location 2021-01-12 07:30:01 +11:00
PluginPair.cs Plugin Async ModelAdd Full Async model, including AsyncPlugin and AsyncReloadable 2021-01-03 10:33:10 +08:00
Query.cs
README.md
Result.cs

What does Flow.Launcher.Plugin do?

  • Defines base objects and interfaces for plugins
  • Plugin authors making C# plugins should reference this DLL via nuget
  • Contains base commands used by all plugins