summaryrefslogtreecommitdiffstats
path: root/macos/Flutter/GeneratedPluginRegistrant.swift
blob: 2780efd5ae76020445fcaa6d66348ea128af96c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  Generated file. Do not edit.
//

import FlutterMacOS
import Foundation

import network_info_plus
import path_provider_foundation
import rive_common
import shared_preferences_foundation

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