- 최근 검색기록 기능 추가 (SharedPreferences로 최대 10개 저장) - 추천 검색어 입력 시 프로그레스바 제거 - 추천 검색어 클릭 효과 제거 (InkWell → GestureDetector) - 달력 요일/날짜 그리드 상단 여백 축소 - 달력 그리드와 오늘 버튼 사이 간격 증가 - 검색 종료 시 날짜 선택 부분 중앙 스크롤 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
990 B
Swift
24 lines
990 B
Swift
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
import FlutterMacOS
|
|
import Foundation
|
|
|
|
import package_info_plus
|
|
import path_provider_foundation
|
|
import shared_preferences_foundation
|
|
import sqflite_darwin
|
|
import url_launcher_macos
|
|
import video_player_avfoundation
|
|
import wakelock_plus
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
|
|
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
|
|
}
|