feat: Implement basic windows linux support
This commit is contained in:
parent
f98f87db8e
commit
cb27314739
35 changed files with 1426 additions and 85 deletions
12
windows/flutter/generated_plugin_registrant.cc
Normal file
12
windows/flutter/generated_plugin_registrant.cc
Normal 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"));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue