Added dynamic color detection

This commit is contained in:
2024-01-02 14:09:53 +02:00
parent c89ed697b7
commit 35a53b21cf
12 changed files with 99 additions and 28 deletions

View File

@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation
import dynamic_color
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
}