Refactor hierarchy

This commit is contained in:
zontreck 2024-05-22 00:14:25 -07:00
parent fe4f77d290
commit 110b2d150c
151 changed files with 79 additions and 7 deletions

View file

@ -1 +0,0 @@
#include "ephemeral/Flutter-Generated.xcconfig"

View file

@ -1 +0,0 @@
#include "ephemeral/Flutter-Generated.xcconfig"

View file

@ -1,14 +0,0 @@
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import file_selector_macos
import path_provider_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}