android 13 permission

This commit is contained in:
Sas Andy
2025-02-25 14:00:21 +07:00
parent cf84c9ba06
commit c498b65629
255 changed files with 38554 additions and 81 deletions

View File

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