feat: Added tx page

This commit is contained in:
2024-06-03 17:06:45 +10:00
parent f0e6dcfbbe
commit f472db8e00
11 changed files with 496 additions and 13 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"))
}