From 5a429b65e085a9f2a3d4cd7fe183c2cbc172924b Mon Sep 17 00:00:00 2001 From: Harry Sild <46851868+Kypsis@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:14:54 +0200 Subject: [PATCH] fix: [MDS-913] Bump moon_icons_flutter dependency to 0.4.0 (#317) --- example/macos/Flutter/GeneratedPluginRegistrant.swift | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/example/macos/Flutter/GeneratedPluginRegistrant.swift b/example/macos/Flutter/GeneratedPluginRegistrant.swift index b20afdbf..a9bb1bfb 100644 --- a/example/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/example/macos/Flutter/GeneratedPluginRegistrant.swift @@ -6,7 +6,9 @@ import FlutterMacOS import Foundation import package_info_plus +import path_provider_foundation func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin")) + PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) } diff --git a/pubspec.yaml b/pubspec.yaml index c431ceb8..253adaee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: flutter: sdk: flutter - moon_icons: ^0.3.0 + moon_icons: ^0.4.0 moon_tokens: ^0.0.6 dev_dependencies: