812148658d
* add web support and remove all tabs except chat * Update README.md * feat: setup project for xcode builds + add other tabs back * chore: update macos podfile * chore: update packages + update build config + add audio playback on iOS/macOS + swap downloader library * chore: remove ide-specific files * chore: update readme * chore: update build.gradle to reflect correct minSdkVersion * chore: remove generated ic_launcher png files * chore: update formatting to use 120 char line length * chore: address use of then method on awaited future * chore: update app icons for macOS & iOS * Fix file move not waiting for download finish --------- Co-authored-by: lumey <lumey@lumey.dev> Co-authored-by: Garrett <toast@isota.ch>
36 lines
1.6 KiB
Swift
36 lines
1.6 KiB
Swift
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
import FlutterMacOS
|
|
import Foundation
|
|
|
|
import audio_session
|
|
import dynamic_color
|
|
import ffmpeg_kit_flutter_audio
|
|
import file_selector_macos
|
|
import flutter_local_notifications
|
|
import flutter_secure_storage_macos
|
|
import just_audio
|
|
import package_info_plus
|
|
import path_provider_foundation
|
|
import record_darwin
|
|
import share_plus
|
|
import sqflite
|
|
import url_launcher_macos
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
|
|
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
|
|
FFmpegKitFlutterPlugin.register(with: registry.registrar(forPlugin: "FFmpegKitFlutterPlugin"))
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
|
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
|
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
|
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
RecordPlugin.register(with: registry.registrar(forPlugin: "RecordPlugin"))
|
|
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
}
|