Skip to content

Commit 3c11382

Browse files
committed
v2.0.9
1 parent 5418e42 commit 3c11382

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+212
-4086
lines changed

apps/onyx/linux/flutter/generated_plugin_registrant.cc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88

99
#include <biometric_storage/biometric_storage_plugin.h>
1010
#include <desktop_window/desktop_window_plugin.h>
11-
#include <irondash_engine_context/irondash_engine_context_plugin.h>
1211
#include <objectbox_flutter_libs/objectbox_flutter_libs_plugin.h>
13-
#include <super_native_extensions/super_native_extensions_plugin.h>
1412
#include <url_launcher_linux/url_launcher_plugin.h>
1513

1614
void fl_register_plugins(FlPluginRegistry* registry) {
@@ -20,15 +18,9 @@ void fl_register_plugins(FlPluginRegistry* registry) {
2018
g_autoptr(FlPluginRegistrar) desktop_window_registrar =
2119
fl_plugin_registry_get_registrar_for_plugin(registry, "DesktopWindowPlugin");
2220
desktop_window_plugin_register_with_registrar(desktop_window_registrar);
23-
g_autoptr(FlPluginRegistrar) irondash_engine_context_registrar =
24-
fl_plugin_registry_get_registrar_for_plugin(registry, "IrondashEngineContextPlugin");
25-
irondash_engine_context_plugin_register_with_registrar(irondash_engine_context_registrar);
2621
g_autoptr(FlPluginRegistrar) objectbox_flutter_libs_registrar =
2722
fl_plugin_registry_get_registrar_for_plugin(registry, "ObjectboxFlutterLibsPlugin");
2823
objectbox_flutter_libs_plugin_register_with_registrar(objectbox_flutter_libs_registrar);
29-
g_autoptr(FlPluginRegistrar) super_native_extensions_registrar =
30-
fl_plugin_registry_get_registrar_for_plugin(registry, "SuperNativeExtensionsPlugin");
31-
super_native_extensions_plugin_register_with_registrar(super_native_extensions_registrar);
3224
g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
3325
fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
3426
url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);

apps/onyx/linux/flutter/generated_plugins.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
list(APPEND FLUTTER_PLUGIN_LIST
66
biometric_storage
77
desktop_window
8-
irondash_engine_context
98
objectbox_flutter_libs
10-
super_native_extensions
119
url_launcher_linux
1210
)
1311

apps/onyx/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ import desktop_window
1111
import device_info_plus
1212
import flutter_local_notifications
1313
import geolocator_apple
14-
import irondash_engine_context
1514
import objectbox_flutter_libs
1615
import path_provider_foundation
1716
import share_plus
1817
import sqflite
19-
import super_native_extensions
2018
import url_launcher_macos
2119

2220
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
@@ -26,11 +24,9 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2624
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
2725
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
2826
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
29-
IrondashEngineContextPlugin.register(with: registry.registrar(forPlugin: "IrondashEngineContextPlugin"))
3027
ObjectboxFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "ObjectboxFlutterLibsPlugin"))
3128
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
3229
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
3330
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
34-
SuperNativeExtensionsPlugin.register(with: registry.registrar(forPlugin: "SuperNativeExtensionsPlugin"))
3531
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
3632
}

0 commit comments

Comments
 (0)