We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84540d3 commit 25e9622Copy full SHA for 25e9622
macos/Flutter/GeneratedPluginRegistrant.swift
@@ -9,12 +9,10 @@ import package_info_plus
9
import rive_common
10
import shared_preferences_foundation
11
import url_launcher_macos
12
-import wakelock_macos
13
14
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
15
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
16
RivePlugin.register(with: registry.registrar(forPlugin: "RivePlugin"))
17
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
18
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
19
- WakelockMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockMacosPlugin"))
20
}
0 commit comments