step 12 : proses absen masuk selfie, absen pulang selfie

This commit is contained in:
sindhu
2024-01-26 16:47:32 +07:00
parent c551ee2cdb
commit a0d383ea6c
17 changed files with 1340 additions and 12 deletions

View File

@@ -5,11 +5,13 @@
import FlutterMacOS
import Foundation
import file_selector_macos
import geolocator_apple
import path_provider_foundation
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))