GeneratedPluginRegistrant.swift 1.1 KB

1234567891011121314151617181920212223242526
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import device_info_plus
  7. import jc_audio_player
  8. import package_info_plus
  9. import path_provider_foundation
  10. import rate_my_app
  11. import share_plus
  12. import shared_preferences_foundation
  13. import sqflite_darwin
  14. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  15. DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
  16. JcAudioPlayerPlugin.register(with: registry.registrar(forPlugin: "JcAudioPlayerPlugin"))
  17. FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
  18. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  19. SwiftRateMyAppPlugin.register(with: registry.registrar(forPlugin: "SwiftRateMyAppPlugin"))
  20. SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
  21. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  22. SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
  23. }