feat: add a setting for the destination folder of downloaded books

This commit is contained in:
Clovis DUGUÉ
2024-08-24 00:23:12 +02:00
parent 1025552f2f
commit 7f36ca98b7
13 changed files with 235 additions and 58 deletions

View File

@ -5,12 +5,14 @@
import FlutterMacOS
import Foundation
import device_info_plus
import path_provider_foundation
import sqflite
import url_launcher_macos
import webview_flutter_wkwebview
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))