This commit is contained in:
Dwi Swandhana
2026-08-02 10:46:34 +07:00
parent 334728e16e
commit 3e1ed72727
25 changed files with 4977 additions and 194 deletions

No files matched your search

@@ -5,10 +5,12 @@
import FlutterMacOS
import Foundation
import mobile_scanner
import shared_preferences_foundation
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}