integrated code from one-ai-mobile repo. working on GUI integration now.

This commit is contained in:
Joshua
2024-07-07 14:15:29 -06:00
parent 2625a2ec6c
commit 80f20e73a9
10 changed files with 221 additions and 12 deletions
@@ -8,6 +8,7 @@ import Foundation
import path_provider_foundation
import rive_common
import shared_preferences_foundation
import speech_to_text_macos
import sqflite
import url_launcher_macos
import video_player_avfoundation
@@ -16,6 +17,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
RivePlugin.register(with: registry.registrar(forPlugin: "RivePlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SpeechToTextMacosPlugin.register(with: registry.registrar(forPlugin: "SpeechToTextMacosPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))