hdr image viewer

update xcode project

use existing asset fetch

pinch zoom

fix xcode

debug scaling
This commit is contained in:
mertalev
2025-09-08 14:14:21 -04:00
parent 23fb2e0fae
commit 56caf6a133
7 changed files with 336 additions and 34 deletions
+4 -1
View File
@@ -15,7 +15,7 @@ import UIKit
) -> Bool {
// Required for flutter_local_notification
if #available(iOS 10.0, *) {
UNUserNotificationCenter.current().delegate = self as? UNUserNotificationCenterDelegate
UNUserNotificationCenter.current().delegate = self as UNUserNotificationCenterDelegate
}
GeneratedPluginRegistrant.register(with: self)
@@ -47,6 +47,9 @@ import UIKit
FPPNetworkInfoPlusPlugin.register(with: registry.registrar(forPlugin: "org.cocoapods.network-info-plus")!)
}
}
let factory = NativeImageViewFactory(messenger: controller.binaryMessenger)
registrar(forPlugin: "NativeImageView")!.register(factory, withId: NativeImageViewFactory.id)
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}