Skip to content

Commit 9e83499

Browse files
committed
chore(deps): roll flutter-quill to v11
Still broken
1 parent b81dd88 commit 9e83499

File tree

14 files changed

+125
-349
lines changed

14 files changed

+125
-349
lines changed

example/linux/flutter/generated_plugin_registrant.cc

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

99
#include <file_selector_linux/file_selector_plugin.h>
10-
#include <irondash_engine_context/irondash_engine_context_plugin.h>
11-
#include <super_native_extensions/super_native_extensions_plugin.h>
1210
#include <url_launcher_linux/url_launcher_plugin.h>
1311

1412
void fl_register_plugins(FlPluginRegistry* registry) {
1513
g_autoptr(FlPluginRegistrar) file_selector_linux_registrar =
1614
fl_plugin_registry_get_registrar_for_plugin(registry, "FileSelectorPlugin");
1715
file_selector_plugin_register_with_registrar(file_selector_linux_registrar);
18-
g_autoptr(FlPluginRegistrar) irondash_engine_context_registrar =
19-
fl_plugin_registry_get_registrar_for_plugin(registry, "IrondashEngineContextPlugin");
20-
irondash_engine_context_plugin_register_with_registrar(irondash_engine_context_registrar);
21-
g_autoptr(FlPluginRegistrar) super_native_extensions_registrar =
22-
fl_plugin_registry_get_registrar_for_plugin(registry, "SuperNativeExtensionsPlugin");
23-
super_native_extensions_plugin_register_with_registrar(super_native_extensions_registrar);
2416
g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
2517
fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
2618
url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);

example/linux/flutter/generated_plugins.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
list(APPEND FLUTTER_PLUGIN_LIST
66
file_selector_linux
7-
irondash_engine_context
8-
super_native_extensions
97
url_launcher_linux
108
)
119

example/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,12 @@
55
import FlutterMacOS
66
import Foundation
77

8-
import device_info_plus
98
import file_selector_macos
10-
import gal
11-
import irondash_engine_context
129
import quill_native_bridge_macos
13-
import super_native_extensions
1410
import url_launcher_macos
1511

1612
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
17-
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
1813
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
19-
GalPlugin.register(with: registry.registrar(forPlugin: "GalPlugin"))
20-
IrondashEngineContextPlugin.register(with: registry.registrar(forPlugin: "IrondashEngineContextPlugin"))
2114
QuillNativeBridgePlugin.register(with: registry.registrar(forPlugin: "QuillNativeBridgePlugin"))
22-
SuperNativeExtensionsPlugin.register(with: registry.registrar(forPlugin: "SuperNativeExtensionsPlugin"))
2315
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2416
}

0 commit comments

Comments
 (0)