테마 기능 분리

구글 가변 폰트 추가
업커밍 존 카드 추출
This commit is contained in:
girinb
2025-07-14 21:20:10 +09:00
parent 2e825bbae2
commit 2209ec64e3
7 changed files with 302 additions and 133 deletions

View File

@@ -6,7 +6,9 @@ import FlutterMacOS
import Foundation
import flutter_inappwebview_macos
import path_provider_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}