|
@@ -7,14 +7,20 @@ import Foundation
|
|
|
|
|
|
import assets_audio_player
|
|
import assets_audio_player
|
|
import assets_audio_player_web
|
|
import assets_audio_player_web
|
|
|
|
+import file_picker_writable
|
|
import path_provider_foundation
|
|
import path_provider_foundation
|
|
|
|
+import printing
|
|
import shared_preferences_foundation
|
|
import shared_preferences_foundation
|
|
|
|
+import sqflite
|
|
import url_launcher_macos
|
|
import url_launcher_macos
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
AssetsAudioPlayerPlugin.register(with: registry.registrar(forPlugin: "AssetsAudioPlayerPlugin"))
|
|
AssetsAudioPlayerPlugin.register(with: registry.registrar(forPlugin: "AssetsAudioPlayerPlugin"))
|
|
AssetsAudioPlayerWebPlugin.register(with: registry.registrar(forPlugin: "AssetsAudioPlayerWebPlugin"))
|
|
AssetsAudioPlayerWebPlugin.register(with: registry.registrar(forPlugin: "AssetsAudioPlayerWebPlugin"))
|
|
|
|
+ FilePickerWritablePlugin.register(with: registry.registrar(forPlugin: "FilePickerWritablePlugin"))
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
+ PrintingPlugin.register(with: registry.registrar(forPlugin: "PrintingPlugin"))
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
|
|
+ SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
}
|
|
}
|