diff --git a/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift index 3e375fb3..eb3904ca 100644 --- a/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/macos/Flutter/GeneratedPluginRegistrant.swift @@ -9,6 +9,7 @@ import audio_service import audio_session import audioplayers_darwin import bitsdojo_window_macos +import metadata_god import package_info_plus_macos import path_provider_macos import shared_preferences_macos @@ -20,6 +21,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin")) AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin")) BitsdojoWindowPlugin.register(with: registry.registrar(forPlugin: "BitsdojoWindowPlugin")) + MetadataGodPlugin.register(with: registry.registrar(forPlugin: "MetadataGodPlugin")) FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin")) PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin")) diff --git a/pubspec.lock b/pubspec.lock index e7119321..2b3ebd26 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -716,12 +716,10 @@ packages: metadata_god: dependency: "direct main" description: - path: "." - ref: HEAD - resolved-ref: "737b3c0be8c286840edafcefe317399c4d50fdac" - url: "https://github.com/KRTirtho/metadata_god.git" - source: git - version: "0.0.1" + name: metadata_god + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.0" mime: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index e9e222c8..f3557ff6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -56,9 +56,7 @@ dependencies: auto_size_text: ^3.0.0 badges: ^2.0.3 mime: ^1.0.2 - metadata_god: - git: - url: https://github.com/KRTirtho/metadata_god.git + metadata_god: ^0.1.0 # Temporary before [package_info_plus_windows] is updated to support # win32v3