猜数字配置存储

This commit is contained in:
toly
2023-05-14 22:25:40 +08:00
parent 709bdcc9e5
commit 98524f8ca1
5 changed files with 115 additions and 1 deletions

View File

@@ -7,8 +7,10 @@ import Foundation
import audioplayers_darwin
import path_provider_foundation
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}