Skip to content

Commit

Permalink
Iniziaato l'aggiornamento dei plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilio Dalla Torre committed Nov 7, 2024
1 parent cae00d6 commit efe5189
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 355 deletions.
4 changes: 3 additions & 1 deletion macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import package_info_plus
import path_provider_foundation
import share_plus
import shared_preferences_foundation
import sqflite
import sqflite_darwin
import webview_flutter_wkwebview

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FLTFirebaseFirestorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseFirestorePlugin"))
Expand All @@ -39,4 +40,5 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
FLTWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "FLTWebViewFlutterPlugin"))
}
Loading

0 comments on commit efe5189

Please sign in to comment.