step 5 : slicing screen rekam, add scanner package

This commit is contained in:
sindhu
2025-02-22 01:52:30 +07:00
parent 4db558ab68
commit 61fedad0ca
9 changed files with 234 additions and 3 deletions

View File

@@ -6,12 +6,14 @@ import FlutterMacOS
import Foundation
import audioplayers_darwin
import mobile_scanner
import path_provider_foundation
import record_darwin
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
RecordPlugin.register(with: registry.registrar(forPlugin: "RecordPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))