Files
mileograph_flutter/macos/Flutter/GeneratedPluginRegistrant.swift
Pete Gregory 40ee16d2d5
Some checks failed
Release / build (push) Failing after 48s
Release / release-dev (push) Has been skipped
Release / release-master (push) Has been skipped
Release / windows-build (push) Has been cancelled
initial codex commit
2025-12-11 01:08:30 +00:00

15 lines
393 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import dynamic_color
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}