add scroll bar

This commit is contained in:
quantulr
2024-06-20 10:06:05 +08:00
parent 2570b09033
commit f5f59ca53c
39 changed files with 521 additions and 228 deletions

View File

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