Refactor hierarchy
This commit is contained in:
parent
fe4f77d290
commit
110b2d150c
151 changed files with 79 additions and 7 deletions
14
client/macos/Flutter/GeneratedPluginRegistrant.swift
Normal file
14
client/macos/Flutter/GeneratedPluginRegistrant.swift
Normal file
|
@ -0,0 +1,14 @@
|
|||
//
|
||||
// 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"))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue