fix: fdroid build (#548)

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-08-25 22:06:55 +08:00
parent 3e7315dac6
commit bcbf1fbc17
4 changed files with 79 additions and 17 deletions

View File

@@ -8,7 +8,6 @@ import Foundation
import dynamic_color
import icloud_storage
import local_auth_darwin
import mobile_scanner
import package_info_plus
import path_provider_foundation
import screen_retriever
@@ -22,7 +21,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
IcloudStoragePlugin.register(with: registry.registrar(forPlugin: "IcloudStoragePlugin"))
FLALocalAuthPlugin.register(with: registry.registrar(forPlugin: "FLALocalAuthPlugin"))
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))