new: add review

This commit is contained in:
Hiddify
2024-03-17 14:45:15 +01:00
parent c0fce83332
commit 81dde7566a
6 changed files with 44 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ import Foundation
import device_info_plus
import flutter_timezone
import in_app_review
import mobile_scanner
import package_info_plus
import path_provider_foundation
@@ -23,6 +24,7 @@ import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
FlutterTimezonePlugin.register(with: registry.registrar(forPlugin: "FlutterTimezonePlugin"))
InAppReviewPlugin.register(with: registry.registrar(forPlugin: "InAppReviewPlugin"))
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))