You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
464 B

  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import open_file_mac
  7. import path_provider_foundation
  8. import sqflite
  9. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  10. OpenFilePlugin.register(with: registry.registrar(forPlugin: "OpenFilePlugin"))
  11. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  12. SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
  13. }