feat: Implement basic windows linux support

This commit is contained in:
Christian Pauly 2020-09-27 11:18:38 +02:00
commit cb27314739
35 changed files with 1426 additions and 85 deletions

View file

@ -0,0 +1,12 @@
//
// Generated file. Do not edit.
//
#include "generated_plugin_registrant.h"
#include <url_launcher_windows/url_launcher_plugin.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
UrlLauncherPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherPlugin"));
}