step 10 : slicing scan screen, add pubdev, fungsi camera, crop, rotate angle

This commit is contained in:
sindhu
2025-02-16 01:22:50 +07:00
parent e90c710333
commit d6bdf1a76c
11 changed files with 852 additions and 5 deletions

View File

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