Update: 2026-06-29 16:17:29

This commit is contained in:
Hamza-Ayed
2026-06-29 16:17:29 +03:00
parent 2da943e745
commit 65b2e68154
2 changed files with 0 additions and 26 deletions

View File

@@ -25,7 +25,6 @@ import location
import package_info_plus
import record_macos
import share_plus
import sign_in_with_apple
import sqflite_darwin
import url_launcher_macos
import video_player_avfoundation
@@ -53,7 +52,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
RecordMacOsPlugin.register(with: registry.registrar(forPlugin: "RecordMacOsPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SignInWithApplePlugin.register(with: registry.registrar(forPlugin: "SignInWithApplePlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
VideoPlayerPlugin.register(with: registry.registrar(forPlugin: "VideoPlayerPlugin"))