chore(deps): package_info_plus 패키지 추가

- 앱 버전 정보 표시를 위한 패키지 추가
- macos 플랫폼 설정 업데이트
This commit is contained in:
JiWoong Sul
2026-01-19 15:49:48 +09:00
parent f51bf8c540
commit 03aa117710
4 changed files with 34 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ import Foundation
import audio_session
import in_app_purchase_storekit
import just_audio
import package_info_plus
import path_provider_foundation
import shared_preferences_foundation
import webview_flutter_wkwebview
@@ -16,6 +17,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
InAppPurchasePlugin.register(with: registry.registrar(forPlugin: "InAppPurchasePlugin"))
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))