Skip to content

Commit

Permalink
fix: [MDS-913] Bump moon_icons_flutter dependency to 0.4.0 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kypsis committed Dec 20, 2023
1 parent 8f4e42b commit 5a429b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions example/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5a429b6

Please sign in to comment.