Skip to content

Commit 4fe59f6

Browse files
committed
deps: Bump dependencies
1 parent b3cea72 commit 4fe59f6

File tree

7 files changed

+264
-189
lines changed

7 files changed

+264
-189
lines changed

linux/flutter/generated_plugin_registrant.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@
77
#include "generated_plugin_registrant.h"
88

99
#include <dynamic_color/dynamic_color_plugin.h>
10+
#include <file_selector_linux/file_selector_plugin.h>
1011

1112
void fl_register_plugins(FlPluginRegistry* registry) {
1213
g_autoptr(FlPluginRegistrar) dynamic_color_registrar =
1314
fl_plugin_registry_get_registrar_for_plugin(registry, "DynamicColorPlugin");
1415
dynamic_color_plugin_register_with_registrar(dynamic_color_registrar);
16+
g_autoptr(FlPluginRegistrar) file_selector_linux_registrar =
17+
fl_plugin_registry_get_registrar_for_plugin(registry, "FileSelectorPlugin");
18+
file_selector_plugin_register_with_registrar(file_selector_linux_registrar);
1519
}

linux/flutter/generated_plugins.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
list(APPEND FLUTTER_PLUGIN_LIST
66
dynamic_color
7+
file_selector_linux
78
)
89

910
list(APPEND FLUTTER_FFI_PLUGIN_LIST

macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ import FlutterMacOS
66
import Foundation
77

88
import dynamic_color
9+
import file_selector_macos
910
import path_provider_foundation
1011

1112
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
1213
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
14+
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
1315
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
1416
}

0 commit comments

Comments
 (0)