You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.4 KiB
32 lines
1.4 KiB
// |
|
// Generated file. Do not edit. |
|
// |
|
|
|
import FlutterMacOS |
|
import Foundation |
|
|
|
import device_info_plus |
|
import emoji_picker_flutter |
|
import geolocator_apple |
|
import package_info_plus |
|
import path_provider_foundation |
|
import rive_common |
|
import shared_preferences_foundation |
|
import sqflite |
|
import url_launcher_macos |
|
import video_player_avfoundation |
|
import wakelock_plus |
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { |
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin")) |
|
EmojiPickerFlutterPlugin.register(with: registry.registrar(forPlugin: "EmojiPickerFlutterPlugin")) |
|
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin")) |
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin")) |
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) |
|
RivePlugin.register(with: registry.registrar(forPlugin: "RivePlugin")) |
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin")) |
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin")) |
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) |
|
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin")) |
|
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin")) |
|
}
|
|
|