feat(mobile): platform thumbnail api (#20910)

This commit is contained in:
Mert 2025-08-19 12:48:35 -04:00 committed by GitHub
parent 60a809d7b4
commit abc7bfa0ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 1356 additions and 7 deletions

View file

@ -25,6 +25,7 @@ import UIKit
let controller: FlutterViewController = window?.rootViewController as! FlutterViewController
NativeSyncApiSetup.setUp(binaryMessenger: controller.binaryMessenger, api: NativeSyncApiImpl())
ThumbnailApiSetup.setUp(binaryMessenger: controller.binaryMessenger, api: ThumbnailApiImpl())
BackgroundServicePlugin.setPluginRegistrantCallback { registry in
if !registry.hasPlugin("org.cocoapods.path-provider-foundation") {