summaryrefslogtreecommitdiff
path: root/macos/Flutter/GeneratedPluginRegistrant.swift
diff options
context:
space:
mode:
Diffstat (limited to 'macos/Flutter/GeneratedPluginRegistrant.swift')
-rwxr-xr-xmacos/Flutter/GeneratedPluginRegistrant.swift14
1 files changed, 14 insertions, 0 deletions
diff --git a/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift
new file mode 100755
index 0000000..d7ee0bc
--- /dev/null
+++ b/macos/Flutter/GeneratedPluginRegistrant.swift
@@ -0,0 +1,14 @@
+//
+// Generated file. Do not edit.
+//
+
+import FlutterMacOS
+import Foundation
+
+import geolocator_apple
+import package_info_plus
+
+func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
+ GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
+ FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
+}