GeneratedPluginRegistrant.swift 1.1 KB

123456789101112131415161718192021222324252627
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import assets_audio_player
  7. import assets_audio_player_web
  8. import file_picker_writable
  9. import path_provider_foundation
  10. import printing
  11. import shared_preferences_foundation
  12. import sqflite
  13. import url_launcher_macos
  14. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  15. AssetsAudioPlayerPlugin.register(with: registry.registrar(forPlugin: "AssetsAudioPlayerPlugin"))
  16. AssetsAudioPlayerWebPlugin.register(with: registry.registrar(forPlugin: "AssetsAudioPlayerWebPlugin"))
  17. FilePickerWritablePlugin.register(with: registry.registrar(forPlugin: "FilePickerWritablePlugin"))
  18. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  19. PrintingPlugin.register(with: registry.registrar(forPlugin: "PrintingPlugin"))
  20. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  21. SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
  22. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  23. }