update some tests

This commit is contained in:
zoe 2022-06-28 22:19:46 +02:00
parent beaa70fe8b
commit 45f720e313
5 changed files with 5 additions and 44 deletions

View file

@ -5,12 +5,10 @@
import FlutterMacOS
import Foundation
import path_provider_macos
import shared_preferences_macos
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}