Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gitsimon committed May 21, 2022
1 parent 5a4d396 commit 609c943
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 83 deletions.
4 changes: 4 additions & 0 deletions macos/Flutter/GeneratedPluginRegistrant.swift
Expand Up @@ -6,7 +6,11 @@ import FlutterMacOS
import Foundation

import path_provider_macos
import shared_preferences_macos
import url_launcher_macos

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}

0 comments on commit 609c943

Please sign in to comment.