invitation work

This commit is contained in:
Christien Rioux 2023-07-29 15:27:35 -04:00
parent 96e3251b3b
commit bb8a3df281
14 changed files with 1036 additions and 3 deletions

View file

@ -7,6 +7,7 @@ import Foundation
import path_provider_foundation
import screen_retriever
import share_plus
import shared_preferences_foundation
import sqflite
import url_launcher_macos
@ -16,6 +17,7 @@ import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))