step 9 : report screen, if else transaksi screen

This commit is contained in:
sindhu
2024-01-15 13:48:49 +07:00
parent 618e714033
commit 72dbe53fd5
11 changed files with 544 additions and 168 deletions

View File

@@ -6,7 +6,9 @@ import FlutterMacOS
import Foundation
import shared_preferences_foundation
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}