Skip to content

Commit 563416d

Browse files
committed
- update packages
1 parent ef72a91 commit 563416d

File tree

5 files changed

+230
-279
lines changed

5 files changed

+230
-279
lines changed

linux/flutter/generated_plugin_registrant.cc

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

99
#include <file_selector_linux/file_selector_plugin.h>
10+
#include <rive_common/rive_plugin.h>
1011
#include <url_launcher_linux/url_launcher_plugin.h>
1112

1213
void fl_register_plugins(FlPluginRegistry* registry) {
1314
g_autoptr(FlPluginRegistrar) file_selector_linux_registrar =
1415
fl_plugin_registry_get_registrar_for_plugin(registry, "FileSelectorPlugin");
1516
file_selector_plugin_register_with_registrar(file_selector_linux_registrar);
17+
g_autoptr(FlPluginRegistrar) rive_common_registrar =
18+
fl_plugin_registry_get_registrar_for_plugin(registry, "RivePlugin");
19+
rive_plugin_register_with_registrar(rive_common_registrar);
1620
g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
1721
fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
1822
url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);

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
file_selector_linux
7+
rive_common
78
url_launcher_linux
89
)
910

macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import firebase_messaging
1414
import firebase_storage
1515
import flutter_local_notifications
1616
import google_sign_in_ios
17+
import local_auth_darwin
1718
import network_info_plus
1819
import package_info_plus
1920
import path_provider_foundation
@@ -24,14 +25,15 @@ import url_launcher_macos
2425

2526
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2627
FLTFirebaseFirestorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseFirestorePlugin"))
27-
ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
28+
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
2829
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
2930
FLTFirebaseAuthPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAuthPlugin"))
3031
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
3132
FLTFirebaseMessagingPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseMessagingPlugin"))
3233
FLTFirebaseStoragePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseStoragePlugin"))
3334
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
3435
FLTGoogleSignInPlugin.register(with: registry.registrar(forPlugin: "FLTGoogleSignInPlugin"))
36+
FLALocalAuthPlugin.register(with: registry.registrar(forPlugin: "FLALocalAuthPlugin"))
3537
NetworkInfoPlusPlugin.register(with: registry.registrar(forPlugin: "NetworkInfoPlusPlugin"))
3638
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
3739
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))

0 commit comments

Comments
 (0)