step 24 : camera scan qr code, perbaharui state btn kembali, move scan_provider.dart ke no_login_scan_provider.dart

This commit is contained in:
sindhu
2025-02-27 04:16:41 +07:00
parent b723dc4596
commit 464f747892
18 changed files with 1267 additions and 15 deletions

View File

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