chore: Update SDK

This commit is contained in:
Krille Fear 2021-11-18 19:11:55 +01:00
commit 73cc62689c
2 changed files with 1 additions and 3 deletions

View file

@ -14,7 +14,6 @@ import package_info_plus_macos
import path_provider_macos
import shared_preferences_macos
import sqflite
import sqflite_sqlcipher
import url_launcher_macos
import wakelock_macos
@ -28,7 +27,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
SqfliteSqlCipherPlugin.register(with: registry.registrar(forPlugin: "SqfliteSqlCipherPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WakelockMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockMacosPlugin"))
}