From 494271ac68d8d94f071ea2b8c2cd5007ec919e3b Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Tue, 26 May 2026 05:52:43 +0000 Subject: [PATCH] Update deps --- example/macos/Flutter/GeneratedPluginRegistrant.swift | 6 +++--- example/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/macos/Flutter/GeneratedPluginRegistrant.swift b/example/macos/Flutter/GeneratedPluginRegistrant.swift index 20c23bad..0bb714f9 100644 --- a/example/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/example/macos/Flutter/GeneratedPluginRegistrant.swift @@ -6,20 +6,20 @@ import FlutterMacOS import Foundation import file_selector_macos +import firebase_ai import firebase_app_check import firebase_auth import firebase_core -import path_provider_foundation import record_macos import shared_preferences_foundation import url_launcher_macos func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin")) - FLTFirebaseAppCheckPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAppCheckPlugin")) + FirebaseAIPlugin.register(with: registry.registrar(forPlugin: "FirebaseAIPlugin")) + FirebaseAppCheckPlugin.register(with: registry.registrar(forPlugin: "FirebaseAppCheckPlugin")) FLTFirebaseAuthPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAuthPlugin")) FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin")) - PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) RecordMacOsPlugin.register(with: registry.registrar(forPlugin: "RecordMacOsPlugin")) SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin")) UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 68146e09..7a8d322d 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: path: ^1.9.0 path_provider: ^2.1.4 flutter_markdown_plus: ^1.0.3 - google_fonts: ^7.0.0 + google_fonts: ^8.1.0 future_builder_ex: ^5.0.0 split_view: ^3.2.1 firebase_core: ^4.0.0